0
votes
1answer
759 views

Accessing a remote mercurial repository through a ssh proxy under windows with tortoisehg

I have a remote mercurial repository (managed by hg-gateway) on a server. Access to that server is not open to the general public; however, the firewall allows ssh proxying. How do I configure a ...
8
votes
0answers
2k views

Why does TortoisePlink.exe show “No supported authentication methods available” where plink.exe works fine?

I have both TortoiseHg 2.3 64 bit and TortoiseGit 1.7.7 64 bit installed on Vista 64 bit. Both TortoiseHg (ssh = "C:\Program Files\TortoiseHg\TortoisePlink.exe" -ssh -2 -C -batch entry in ...
10
votes
2answers
14k views

How do I prevent a “No supported authentication methods available” error when using TortoiseHg?

I'm trying out Mercurial for the first time but am having problems doing a push/pull/clone with a remote server (in this case it's codebasehq.com) when using TortoiseHg. Here are some steps to ...