error: bad index file sha1 signature
fatal: index file corrupt


解决方法:
使用git命令执行:
$ rm -f .git/index
$ git reset

 

 

相关文章:

  • 2021-09-30
  • 2022-12-23
  • 2021-07-28
  • 2021-04-19
  • 2021-12-02
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案