I have read multiple answers explaining how to make TortoiseGit remember passwords. Unfortunately, after
git config --global credential.helper wincred
and putting
machine IP
login ServerUserName
password Password
in C:\Users\PCUserName\_netrc
TortoiseGit is still asking for my password (and so is git fetch
from command line; I've selected "use TortoisePLink" when installing Git). I've also added user name and password manually in Credential Manager, which didn't help. I also have copied .ssh
folder from my Linux workstation to C:\Users\PCUserName
and have the key in ~/ServerUserName/authorized_keys
on the server. The protocol is ssh:
and http/https isn't set up on server, so I can't try to switch to them.
Any ideas? I don't care about encrypting the password, since everything is on intranet.
Versions: msysgit 1.8.4-preview20130916, TortoiseGit 1.8.6.0.