0
Clone: git upload-pack: git-pack-objects died with error. git upload-pack: aborting due         to possible repository corruption on the remote side. early EOF index-pack failed
Cloning into 'C:\[...]'...
git upload-pack: git-pack-objects died with error.
git upload-pack: aborting due to possible repository corruption on the remote side.
early EOF
remote: fatal: loose object 934b66477e0a890a7060182c3e486857ec1a4238 (stored in ./objects/93/4b66477e0a890a7060182c3e486857ec1a4238) is corrupt
remote: aborting due to possible repository corruption on the remote side.
index-pack failed

我不明白为什么我突然遇到这样的问题 - 到目前为止一切都很好。有人愿意帮助我吗?

4

1 回答 1

0

您尝试克隆的存储库已损坏。为什么未知,例如可能是远程端的磁盘故障。我建议你(在你的遥控器上)尝试运行git fsck. 您可能会得到一个损坏文件的列表,用备份中未损坏的文件替换这些文件。

于 2013-07-02T01:51:08.497 回答