git status shows fatal: bad object HEAD

前端 未结 14 1336
醉酒成梦
醉酒成梦 2020-12-09 00:44

I have a problem with git on Windows Azure. Git status shows - \"fatal: bad object HEAD\" and I tried running:

 git fsck --full
 git gc

But

14条回答
  •  温柔的废话
    2020-12-09 01:18

    Make a copy of your git dir in your local host and run git init there once again. Push the project to a brand new reprository.

提交回复
热议问题