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
Iis Can';t clone Mercurial存储库:中止:http错误404:未找到_Iis_Mercurial_Repository_Clone - Fatal编程技术网

Iis Can';t clone Mercurial存储库:中止:http错误404:未找到

Iis Can';t clone Mercurial存储库:中止:http错误404:未找到,iis,mercurial,repository,clone,Iis,Mercurial,Repository,Clone,我在为一家餐馆服务。我的存储库位于C:\hg\u repositories\MyRepo中 我可以在http://zoo/hg和一份特定的回购协议http://zoo/hg/hg_repositories/MyRepo/ 我的hgweb.config: [collections] / = /hg_repositories [web] allow_push = * baseurl = /hg push_ssl = false 当我尝试使用此命令克隆它时 $ hg clone http://zo

我在为一家餐馆服务。我的存储库位于
C:\hg\u repositories\MyRepo

我可以在
http://zoo/hg
和一份特定的回购协议http://zoo/hg/hg_repositories/MyRepo/

我的hgweb.config:

[collections]
/ = /hg_repositories

[web]
allow_push = *
baseurl = /hg
push_ssl = false
当我尝试使用此命令克隆它时

$ hg clone http://zoo/hg/hg_repositories/MyRepo

我得到
abort:http错误404:notfound
错误。我做错了什么?

您是否尝试过不在集合引用的url部分添加内容?像
hg克隆http://zoo/hg/MyRepo
My hgweb.config在=符号的两侧都有完整路径
[collections]e:/repos=e:/repos
I在我clone@TylerSmith,我和你一样试过,也有同样的错误。“我克隆时从hgweb页面上的url克隆”是什么意思?您的意思是从浏览器复制url并在
hg clone…
中使用它吗?如果是这样的话,我正在做我想从浏览器页面复制url的事情。可能是您的基本URL弄乱了它。我有我的未设置,但网站上的教程说要设置为/