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/<windows_username>
Now copy your public and private keys to this path
C:\Users\<windows_username>\.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.
[open git settings (TortoiseGit → Settings → Git)][1]
[In GIt: click to edit global .gitconfig][2]
config username and password