关于 apache 问题发布 Mercurial Repository

发布于 2024-10-16 22:14:53 字数 890 浏览 2 评论 0原文

我在这里有一个存储库 http://repos.joomlaguruteam.com/

我可以浏览它,但我可以克隆它。 每次我克隆它时,我都会遇到此错误

hg clone http://repos.joomlaguruteam.com/hello
destination directory: hello
requesting all changes
abort: HTTP Error 404: Not Found

,并且访问日志都会显示

115.5.95.59 - - [10/Feb/2011:04:20:33 -0600] "GET /hello?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" 200 1 "-" "mercurial/proto-1.0"
115.5.95.59 - - [10/Feb/2011:04:20:34 -0600] "GET /hello?cmd=heads HTTP/1.1" 200 41 "-" "mercurial/proto-1.0"
115.5.95.59 - - [10/Feb/2011:04:20:34 -0600] "GET /hello?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" 404 597 "-" "mercurial/proto-1.0"

问题是什么。

我真的希望有人能帮助我。

谢谢, 元

I have a repository in here http://repos.joomlaguruteam.com/

I can browse it but I can clone it.
Every time I clone it I have this error

hg clone http://repos.joomlaguruteam.com/hello
destination directory: hello
requesting all changes
abort: HTTP Error 404: Not Found

and the access log have that

115.5.95.59 - - [10/Feb/2011:04:20:33 -0600] "GET /hello?pairs=0000000000000000000000000000000000000000-0000000000000000000000000000000000000000&cmd=between HTTP/1.1" 200 1 "-" "mercurial/proto-1.0"
115.5.95.59 - - [10/Feb/2011:04:20:34 -0600] "GET /hello?cmd=heads HTTP/1.1" 200 41 "-" "mercurial/proto-1.0"
115.5.95.59 - - [10/Feb/2011:04:20:34 -0600] "GET /hello?cmd=changegroup&roots=0000000000000000000000000000000000000000 HTTP/1.1" 404 597 "-" "mercurial/proto-1.0"

What is the problem.

I really hope somebody can help me with that.

Thanks,
Yuan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝眸 2024-10-23 22:14:53

我可以使用未压缩传输来克隆它。

  • 如果您使用的是 TortoiseHg,则选中“使用未压缩传输”复选框
  • 如果您使用的是命令行,则使用--uncompressed 标志

    hg克隆--未压缩http://repos.joomlaguruteam.com/hello

I could clone this by using uncompressed transfer.

  • If you are using TortoiseHg, then check the box Use uncompressed transfer
  • If you are using command-line, then use --uncompressed flag

    hg clone --uncompressed http://repos.joomlaguruteam.com/hello

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文