我在使用ssh克隆我的mercurial存储库时遇到了一些困难.
这是我尝试过的:
hg clone ssh://username@username.webfactional.com/path/to/projectname projectname
Run Code Online (Sandbox Code Playgroud)
它给了我这个错误:
remote: bash: hg: command not found
abort: no suitable response from remote hg!
Run Code Online (Sandbox Code Playgroud)
但是,hg安装在服务器上.
我试图按照本网站上的说明进行操作.