I have been stuck with this problem for almost a day now and finally decided to shout-out for help.
Things I have already done:
- Updated my .ini file with:
[ui] username = User Name ssh = "C:\Program Files (x86)\TortoiseHg\TortoisePlink.exe" -ssh -2 -batch -C
also tried,
ssh = "C:\Program Files (x86)\TortoiseHg\TortoisePlink.exe" -ssh -2 -batch -C -i C:\Program Files (x86)\TortoiseHg\ssh_keys\my_rsa_key.ppk
- Environmental variables set to "PATH = ;C:\Program Files\TortoiseHg"
- Current directory .ini file set to [paths] default-push = ssh://[email protected]/Username/test_repo
I get an error:
remote: http 404 not found.When I back-traced it I realized TortoisePlink.exe is not running. I don't have Putty installed alongside TortoiseHg. Is it necessary I do?