Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Git克隆Mercurial项目?_Git_Version Control_Mercurial - Fatal编程技术网

使用Git克隆Mercurial项目?

使用Git克隆Mercurial项目?,git,version-control,mercurial,Git,Version Control,Mercurial,可能重复: 我所有的项目都在使用Git。现在我想克隆一个使用Mercurial的项目 是否有某种Mercurial Git桥接器或我可以使用的东西?序言 Git无法推动Mercurial回购 Mercurial with hg git可在两个方向上与git协同工作 恢复 你必须在中间使用另一个HG回购,或者,你可以使用这里所概述的解决方案:@ MauvisLedford:我不想转换/导出它。我想克隆它以便接收更新。@jgauffin,同样的方法,尽管从源站获取持续更新会很困难。@MauvisL

可能重复:

我所有的项目都在使用Git。现在我想克隆一个使用Mercurial的项目

是否有某种Mercurial Git桥接器或我可以使用的东西?

序言

Git无法推动Mercurial回购 Mercurial with hg git可在两个方向上与git协同工作 恢复


<>你必须在中间使用另一个HG回购,或者,

你可以使用这里所概述的解决方案:@ MauvisLedford:我不想转换/导出它。我想克隆它以便接收更新。@jgauffin,同样的方法,尽管从源站获取持续更新会很困难。@MauvisLedford:不,这不一样。克隆使我的更改与源代码中的更改更容易合并。导出等于手动合并,还是我错了?