How to resolve “Error: bad index – Fatal: index file corrupt” when using Git?
From time to time you could receive error using Git like this:
$ git status error: bad index file sha1 signature fatal: index file corrupt
Solution
- Delete file “.git/index” from your project parent directory.
- Execute git reset command from terminal.