有人在错误的分支上提交,所以我尝试move the commit to another branch。当我试图回滚提交时,我收到了这个错误:
[user@server gitrepo]$ git reset --hard 9c2de3c0
fatal: unable to read tree 9c2de3c0af09fc07a84ff84b594beb5a6d489181
该对象看起来很好:
[user@server gitrepo]$ ls objects/9c/2de3c* -al
-r--r--r-- 1 git git 222 Aug 28 12:09 objects/9c/2de3c0af09fc07a84ff84b594beb5a6d489181
为什么不能读取这个对象,我该怎么办?
修改:将我的问题与其他问题区分开来:
git fsck -full
只显示几个(约20个)悬空blob和一个悬空提交。哪个does not seem particularly alarming。答案 0 :(得分:3)
我遇到了同样的问题。通过检查和修复磁盘解决它。有些文件已损坏。