rulmy
0
Q:

create permanent git credentials windows

$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>

[several days later]
$ git push http://example.com/repo.git
[your credentials are used automatically]
0
$ git config --global credential.helper wincred
0
git config --global credential.helper store
0
git config --global credential.helper store
-1
git remote set-url origin [email protected]:username/repo.git
0
git config --global credential.helper 'cache --timeout=600'
0

New to Communities?

Join the community