【问题标题】:GIT clone not working [closed]GIT克隆不起作用[关闭]
【发布时间】:2011-09-07 12:08:08
【问题描述】:

我正在尝试使用提供的只读字符串使用最新的 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]

我做错了什么?

【问题讨论】:

  • 我不知道 mercurial 可以用来克隆 git 存储库...
  • Charles:是的,可以,使用hg-git插件

标签: git github tortoisehg


【解决方案1】:

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

【讨论】:

    【解决方案2】:

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

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

    【讨论】:

      猜你喜欢
      • 2018-12-12
      • 1970-01-01
      • 1970-01-01
      • 2010-10-19
      • 1970-01-01
      • 1970-01-01
      • 2022-09-29
      • 2012-09-22
      • 1970-01-01
      相关资源
      最近更新 更多