git clone error:fatal:git upload-pack:由于远程端可能存储库损坏而中止

时间:2012-01-01 05:04:52

标签: git github

我对git repo有读/写权限但是当我尝试git clone时遇到以下错误:

x@ubuntu:~/temp$ git clone git@github.com:Corp/app.git
Initialized empty Git repository in /home/x/temp/app/.git/
remote: error: Could not read 987324d3bf2dfbbfaf538978aa71521f20567a8
remote: fatal: Failed to traverse parents of commit 09637dac56d440b0e079b0504dbeef3c78815379
error: git upload-pack: git-pack-objects died with error.
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
x@ubuntu:~/temp$ 

可能是什么问题?如何确认远程回购真的很腐败?

1 个答案:

答案 0 :(得分:1)

这可能是由于GitHub方面的临时问题,因为GitHub ticket就是这种情况。

GitHub site status page 5天前报道了这样的问题。也许你的回购遭受了这一事件的副作用?

在此期间,请检查您是否无法从此存储库加载存档:请参阅“ All of your downloads. One big button.

download button

这不会给你一个回购,但至少是你可以使用的项目形式的图像。