Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git not asking for password

git config --system --unset credential.helper
git config --global --unset credential.helper
git config --local --unset credential.helper
 
PREVIOUS NEXT
Tagged: #git #password
ADD COMMENT
Topic
Name
6+2 =