Answers for "gitlab set password and username to git url"

1

gitlab set global username and password

git config --global credential.helper store
git pull # Ask for username and password, after that these are stored
Posted by: Guest on July-01-2021

Code answers related to "gitlab set password and username to git url"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language