我在这里有一个存储库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"
问题是什么。
谢谢, 元
答案 0 :(得分:2)
我可以使用uncompressed transfer.
如果您使用的是命令行,请使用--uncompressed
标志
hg clone --uncompressed http://repos.joomlaguruteam.com/hello