GIT克隆无法正常工作

时间:2011-09-07 12:08:09

标签: git nhibernate github tortoisehg

我正在尝试使用最新的Tortoise Hg客户端使用提供的只读字符串获取最新的NHibernate source from GitHub,得到以下错误:

% hg clone --verbose -- git://github.com/nhibernate/nhibernate-core.git
repository git://github.com/nhibernate/nhibernate-core.git not found
[command returned code 255 Wed Sep 07 08:01:23 2011]

我做错了什么?

2 个答案:

答案 0 :(得分:7)

您正在使用mercurial(hg)尝试克隆git存储库。尝试使用git或安装hg-git

答案 1 :(得分:2)

为什么不使用git clone来克隆git存储库?

git clone --verbose git://github.com/nhibernate/nhibernate-core.git