几天后,我的 GitHub 存储库之一似乎已损坏。
尝试使用以下命令行克隆存储库时:
git clone git@github.com:MyAccount/MyRepository.git
我得到以下输出:
Cloning into 'MyRepository'...
remote: fatal: failed to apply delta
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
此外,当我团队中的某些人仍然可以拉取存储库时,而有些人却无法收到此错误:
git pull
remote: fatal: failed to apply delta
remote: aborting due to possible repository corruption on the remote side.
fatal: protocol error: bad pack header
有谁知道可能发生了什么和/或如何解决这个问题?