无法克隆 Mercurial 存储库:中止:http 错误 404:未找到
我正在提供 使用 IIS7 的 Mercurial 存储库。我的存储库位于 C:\hg_repositories\MyRepo
中。
我可以在 http://zoo/hg
上浏览我的存储库列表,并在 http://zoo/hg/hg_repositories/MyRepo/
My hgweb 上浏览一个特定的存储库。配置:
[collections]
/ = /hg_repositories
[web]
allow_push = *
baseurl = /hg
push_ssl = false
当我尝试使用此命令克隆它时
$ hg clone http://zoo/hg/hg_repositories/MyRepo
,我收到 abort: http error 404: Not Found
错误。我做错了什么?
I'm serving a Mercurial repository using IIS7. My repository is in C:\hg_repositories\MyRepo
.
I can browse the list of my repositories on http://zoo/hg
and one particular repo on http://zoo/hg/hg_repositories/MyRepo/
My hgweb.config:
[collections]
/ = /hg_repositories
[web]
allow_push = *
baseurl = /hg
push_ssl = false
when I try to clone it with this command
$ hg clone http://zoo/hg/hg_repositories/MyRepo
I get abort: http error 404: Not Found
error. What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论