无法克隆 Mercurial 存储库:中止:http 错误 404:未找到

发布于 2024-12-25 04:50:05 字数 635 浏览 2 评论 0原文

我正在提供 使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文