Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.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
Version control Mercurial Clone似乎不是hg存储库(无内容类型)_Version Control_Mercurial_Clone_Tortoisehg - Fatal编程技术网

Version control Mercurial Clone似乎不是hg存储库(无内容类型)

Version control Mercurial Clone似乎不是hg存储库(无内容类型),version-control,mercurial,clone,tortoisehg,Version Control,Mercurial,Clone,Tortoisehg,尝试克隆mercurial存储库时,我遇到以下错误 sending getbundlecommand requested url: 'http://hg/myrepo/?cmd=getbundle' abort: 'http://hg/myrepo' does not appear to be an hg repository: ---%<--- (no content-type) ---%<--- ! 发送getbundlecommand 请求的url:'http://hg/my

尝试克隆mercurial存储库时,我遇到以下错误

sending getbundlecommand
requested url: 'http://hg/myrepo/?cmd=getbundle'
abort: 'http://hg/myrepo' does not appear to be an hg repository:
---%<--- (no content-type)
---%<---
!
发送getbundlecommand
请求的url:'http://hg/myrepo/?cmd=getbundle'
中止:'http://hg/myrepo'似乎不是hg存储库:

---%您以前是否能够从完全相同的URL进行克隆,或者现在是否可以从完全相同的URL从其他计算机进行克隆?“getbundle”看起来很奇怪,你确定你输入了正确的URL吗?你如何/在哪里托管你试图从中克隆的存储库?@LasseV.Karlsen我个人以前从未从该URL中克隆过,但这是一个旧的repo,过去可能有人做过。任何克隆它的人现在通常使用UNC路径,因为它与克隆它的机器位于同一网络上。出现这个问题的原因是我们引入了Upsource by jetbrains作为代码审查工具,这需要一个http路径来进行克隆。关于我刚才给出的url,您可以看到?cmd=getbundle,因为我有--debug--verbose标志。您在那里运行的是哪台mercurial服务器?