无法使用 git-svn 获取 Guava
下载大约 20MB 后该命令
git svn clone http://guava-libraries.googlecode.com/svn/trunk/ guava
失败,并显示消息
r32 = 686b2497ca24c1a04fdc5c18aea1a02d03902d24 (refs/remotes/git-svn) RA层请求失败: 服务器发送了意外的返回值(502 Bad Gateway) 回应报告 在 /usr/lib/git-core/git-svn 第 5117 行请求 '/svn/!svn/vcc/default'
我没有得到主分支,什么也没有(考虑到 git 的工作方式,这是可以理解的)。我在 cygwin、XP64 下使用 git 版本 1.7.3.3。
更新:
我尝试过
git checkout 686b249
git branch master
git fetch
并且它继续(当前为 r98)。
更新:
终于完成了。我本人投票赞成关闭。
唯一有用的信息:
Doing simply `git fetch` for resuming is the way to go.
The command
git svn clone http://guava-libraries.googlecode.com/svn/trunk/ guava
fails after downloading about 20MB with the message
r32 = 686b2497ca24c1a04fdc5c18aea1a02d03902d24 (refs/remotes/git-svn)
RA layer request failed:
Server sent unexpected return value (502 Bad Gateway)
in response to REPORT
request for '/svn/!svn/vcc/default' at /usr/lib/git-core/git-svn line 5117
I get no master branch, nothing (which is understandable given the way git works). I'm using git version 1.7.3.3 under cygwin, XP64.
UPDATE:
I tried
git checkout 686b249
git branch master
git fetch
and it continues (currently r98).
UPDATE:
It finally finished. I myself vote for closing.
The only useful information:
Doing simply `git fetch` for resuming is the way to go.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了摆脱这个悬而未决的问题,我自己回答:这个问题已经永远消失了,因为他们已经 切换到 git。凉爽的!
To get rid of this open question, I answer it myself: This problem is gone forever, as they've switched to git. Cool!