Answers for "terminal want git user and password everytime"

14

git asking for password every time

# it will ask just one more time
git config --global credential.helper store
Posted by: Guest on August-20-2020
0

git username and password in terminal

$ git config --list --show-origin
Posted by: Guest on March-02-2020

Code answers related to "terminal want git user and password everytime"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language