Q:

git asking for password every time

# it will ask just one more time
git config --global credential.helper store
2
$ git config credential.helper store
$ git push https://github.com/repo.git

Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>
1
git config --global credential.helper store
git config --global credential.helper cache
0

New to Communities?

Join the community