开发者

GIT clone not working [closed]

开发者 https://www.devze.com 2023-04-03 18:33 出处:网络
This qu开发者_开发问答estion is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not g
This qu开发者_开发问答estion is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago.

I am trying to get the latest NHibernate source from GitHub using the latest Tortoise Hg client using the read only string provided, get the following error:

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

What am I doing wrong?


You are using mercurial (hg) to try to clone a git repository. Try using git or install hg-git


Why not using git clone for cloning git repository?

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号