Answers for "why does github ask for password when git push"

15

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
1

set git credentials so that i never ask for username and password while pushin

git config --global credential.helper store

git config --global credential.helper cache
Posted by: Guest on May-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language