Reputation: 2443
I have just installed a fresh copy of TortoiseGIT 1.8.7.0 Stable version for 32-bit. I just noticed this problem when I'm setting up password caching for GitHub. Does anyone know how should I fix this?
I do know credential helpers are supported for Git 1.7.10 and up.
Upvotes: 1
Views: 3813
Reputation: 20366
Now msysgit 1.9.2 is out. Please upgrade msysgit.
Then the credential helper will be available for choose in TortoiseGit
Upvotes: 0
Reputation: 2443
Okay, after Googling around, I found the answer. Ironic though, it's a SO answer.
https://stackoverflow.com/a/14000482/1016891
Step by step:
https://github.com/downloads/msysgit/git/git-credential-wincred.zip
(32-bit) C:\Program Files\Git\libexec\git-core
(64-bit) C:\Program Files (x86)\libexec\git-core
Note that the following locations may vary across different installations. Modify the file locations accordingly.
Upvotes: 3