git 出现 error: bad signature fatal: index file corrupt

Posted ldcheng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 出现 error: bad signature fatal: index file corrupt相关的知识,希望对你有一定的参考价值。

一次大改版,提交了很多代码,但再次提交提交不了,也拉不下来仓库的代码
提示error bad signature fatal: index file corrupt

  在项目有.git这同级打开Git Bash Here

 

  1. 输入
    $ rm -f .git/index
    出现
    ssss@DESKTOP-ssssMINGW64 /e/project/ssss(master)
  2. 再输入
    $ git reset

自己执行了 第一步并没有出现上述结果。手动到.git文件中 把 index文件删除了。可以正常提交了

以上是关于git 出现 error: bad signature fatal: index file corrupt的主要内容,如果未能解决你的问题,请参考以下文章

"fatal: protocol error: bad line length character: No This"

Git Extensions protocol error: bad line length character: git@

git :error: bad signature fatal: index file corrupt

fatal: protocol error: bad line length character: This

fatal: protocol error: bad line length character: This

请问你遇吗的git 提示错误 fatal: protocol error: bad line length character这个问题解决了吗?我也遇到