git clone失败,“packfile无法访问”

时间:2017-05-22 06:02:32

标签: git kernel

我正在尝试克隆内核,但git clone失败了:

$ git clone https://github.com/torvalds/linux.git
Cloning into 'linux'...
remote: Counting objects: 5394786, done.
remote: Compressing objects: 100% (6010/6010), done.
remote: fatal: packfile ./objects/pack/pack-739267fbbad35d713a4648c227cd63f8a926bd0d.pack cannot be accessed
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed

我尝试使用谷歌搜索,但没有一个建议的解决方案为我解决了。有什么想法吗?

1 个答案:

答案 0 :(得分:0)

我刚试过,我的系统上有数据。

检查你的.gitconfig,可能会有一些不必要的错误功能。或者只是重新安装git,这将解决您的问题。