Git reset =致命:无法读取树

时间:2013-08-29 15:29:27

标签: git

有人在错误的分支上提交,所以我尝试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

为什么不能读取这个对象,我该怎么办?

修改:将我的问题与其他问题区分开来:

1 个答案:

答案 0 :(得分:3)

我遇到了同样的问题。通过检查和修复磁盘解决它。有些文件已损坏。