gitlab not asking for password code example
Example 1: git not asking for password
git config --system --unset credential.helper
git config --global --unset credential.helper
git config --local --unset credential.helper
Example 2: gitlab asking for password every time
git config --global credential.helper store
git config --global credential.helper cache