根据Atlassian的documentation,我安装了tortoiseHg的2.2.1版,但是当我尝试克隆我的存储库时,我收到了下一个错误。
% hg clone --verbose -- hg clone https://mymercurialrepository .
repository hg clone https://mymercurialrepository not found
[command returned code 255 Sun Jul 22 17:42:51 2012]
有什么问题? 顺便说一句:在安装版本2.2.1之前,我有其他版本使用窑。我需要安装其他东西吗?编辑一些文件?
答案 0 :(得分:2)
错误的命令字符串:
% hg clone --verbose https://mymercurialrepository..
答案 1 :(得分:0)
为了使答案更清晰,我从here那里得到了答案。
您只是粘贴了错误的内容,此处的HgLab有点混乱。要使用TortoiseHg进行克隆,您只需要URL部分,即hg clone子字符串之后的所有内容,如下图所示: