Mercurial hg没有远程hg错误的合适响应

Sah*_*hil 7 ssh mercurial tortoisehg

在过去几个小时内尝试在我的Windows服务器(2008 RC)上安装mercurial SVM.当我尝试从客户端计算机克隆我的repo时,我遇到了这个错误.

Error:  no suitable response from remote hg
Run Code Online (Sandbox Code Playgroud)

我运行的服务器具有SSH访问权限(SSH在端口1667上运行).我也有远程访问它.

我尝试使用命令以及在tortoisehg gui客户端的帮助下克隆.我试过的命令是:

hg clone ssh://myuser@myremoteip:1667//D:/Mercurial Projects/testproj E:\Mercurial\testproj-clone

hg clone --remotecmd D:/Program Files/TortoiseHg/hg --verbose -- ssh://myuser@myremoteip:1667//D:/Mercurial Projects/testproj E:\Mercurial\testproj-clone
Run Code Online (Sandbox Code Playgroud)

但到目前为止没有成功.

我还在客户端的全局设置中添加了以下行,以在服务器上提供hg的远程路径,但没有运气:

[ui]
remotecmd = D:/Program Files/TortoiseHg/hg
Run Code Online (Sandbox Code Playgroud)

请帮我...

Sah*_*hil 1

我认为问题是我的 Python 版本比我需要的版本旧。我试图用 Python 2.6 来设置它。我使用 Python 2.7 和最新的 Mercurial 版本 (2.8.1) 学习了另一个教程

任何使用 Windows Server 2008 和 IIS 7+ 的人都应该遵循本教程