2

According to the documentation from Atlassian I have installed the version 2.2.1 of tortoiseHg but i am getting the next error when i try clone my repository.

% 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]

What is wrong? btw:before to have installed the version 2.2.1 i had other version using kiln. do i need to install something else? edit some file?

4

2 回答 2

2

错误的命令字符串:

% hg clone --verbose https://mymercurialrepository..
于 2012-07-24T03:06:44.980 回答
0

为了让答案更清楚,我从这里得到了这个。

你只是粘贴了错误的东西,HgLab 在这里有点困惑。要使用 TortoiseHg 进行克隆,您只需要 URL 部分,即 hg 克隆子字符串之后的所有内容,如下图所示:

在此处输入图像描述

于 2018-09-29T11:40:03.697 回答