Is there a way to save GITHUB\'s user credentials
with TortoiseGit?
It prompts me the below dialog every time whenever I do a push/pull.
I would
Goto the project repo, right click -> 'Git Bash Here'
In the git bash windows type
cd ~
pwd
i get something like this
/c/Users/
Now copy your public and private keys to this path
C:\Users\\.ssh
i got the below files there
id_rsa
id_rsa.pub
known_hosts
here
Now when ever it needs to use the credentials it uses these files and prompt for password if needed.