Reputation: 13537
I am trying to get TortoiseGIT to stop nagging me to enter a password every time. I've generated a public key, I've added that key to GitHub and I've generated the keyfile.
UPDATE
I would still like to know the answer, but ultimately this solved my problem: http://www.munsplace.com/blog/2012/07/27/saving-username-and-password-with-tortoisegit/
Upvotes: 2
Views: 543
Reputation: 13537
I solved it using this. Basically, in Windows 8 you can create a file called _netrc which seems to store general passwords.
Upvotes: 0
Reputation: 202474
You can use PuTTY Pageant authentication agent and load the private key into it. TortoiseGIT should be able to make use of it.
Upvotes: 1