无法使用 git-svn 获取 Guava

发布于 2024-10-14 13:36:57 字数 682 浏览 4 评论 0原文

下载大约 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 技术交流群。

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

发布评论

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

评论(1

沙与沫 2024-10-21 13:36:57

为了摆脱这个悬而未决的问题,我自己回答:这个问题已经永远消失了,因为他们已经 切换到 git。凉爽的!

To get rid of this open question, I answer it myself: This problem is gone forever, as they've switched to git. Cool!

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