How to diagnose and fix git fatal: unable to read tree

前端 未结 5 921
误落风尘
误落风尘 2020-11-30 03:06

I\'m using git to manage files on a project, and keep running into this problem.

When I run git status I get the message

fa         


        
5条回答
  •  我在风中等你
    2020-11-30 03:35

    I would start with a fresh clone, then run git fsck on the unchanged, untouched clone. I'm wondering (as above) if your initial clone is corrupt, but in a way allowing you to perform a few operations before orphaning the trees.

提交回复
热议问题