gitlab ssh asking for password 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