gitlab asks for password even when using ssh key code example
Example: gitlab asking for password every time
git config --global credential.helper store
git config --global credential.helper cache
git config --global credential.helper store
git config --global credential.helper cache