git提交时突然断电了,再次要提交就出现问题,拉取也报错:
error: bad signature 0x00000000
fatal: index file corrupt
解决方式:
删除.git/index索引
windows下面:
del .git/index
linux下面:
rm -f .git/index
然后重置
git reset
git提交时突然断电了,再次要提交就出现问题,拉取也报错:
error: bad signature 0x00000000
fatal: index file corrupt
解决方式:
删除.git/index索引
windows下面:
del .git/index
linux下面:
rm -f .git/index
然后重置
git reset