前天提交git的时候,发现系统突然挂啦,重启,继续提交,正常,但今天别人报过来说,无法更新git,我自己这边正常,于是git clone xx ,结果报告
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: fatal: object e0c3415bc9e40555633d5dc8cab4e3c216468f60 is corrupted
remote: aborting due to possible repository corruption on the remote side.
fatal: 过早的文件结束符(EOF)
fatal: index-pack failed
在服务器端用git fsck 报
fatalbject ************************ is corrupted错误
这才知道,git服务端真的出问题啦,现在瘫痪在这里,不知道咋整?
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: fatal: object e0c3415bc9e40555633d5dc8cab4e3c216468f60 is corrupted
remote: aborting due to possible repository corruption on the remote side.
fatal: 过早的文件结束符(EOF)
fatal: index-pack failed
在服务器端用git fsck 报
fatal
这才知道,git服务端真的出问题啦,现在瘫痪在这里,不知道咋整?