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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.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
如何将上游mercurial的基础重新设置为git fork?_Git_Github_Mercurial_Bitbucket_Hg Git - Fatal编程技术网

如何将上游mercurial的基础重新设置为git fork?

如何将上游mercurial的基础重新设置为git fork?,git,github,mercurial,bitbucket,hg-git,Git,Github,Mercurial,Bitbucket,Hg Git,python库suds似乎找不到一个新的解决方案,而且只有少数几个解决了普通VCS的问题 关于如何在git和hg之间做各种事情,有很多指南,但是大多数指南似乎都围绕着子模块和来回转换存储库。如何简单地将上游更改从远程hg分支拉入本地git分支?理想情况下,我想做以下工作: $ git remote add upstream-jurko ssh://hg@bitbucket.org/jurko/suds $ git pull upstream-jurko master conq: not a gi

python库
suds
似乎找不到一个新的解决方案,而且只有少数几个解决了普通VCS的问题

关于如何在git和hg之间做各种事情,有很多指南,但是大多数指南似乎都围绕着子模块和来回转换存储库。如何简单地将上游更改从远程hg分支拉入本地git分支?理想情况下,我想做以下工作:

$ git remote add upstream-jurko ssh://hg@bitbucket.org/jurko/suds
$ git pull upstream-jurko master
conq: not a git repository.
fatal: The remote end hung up unexpectedly
  • 放弃对外部Mercurial存储库没有很好支持的Git,转而使用Mercurial

  • 在Git中使用Felipe Contreras提供的

我也会放弃一个VCSE。维护两个VCSE需要时间,您可以花在破解lib上。你可以用它来解决这场圣战。