After a hard reset of my laptop that freezed after a git commit, I have the following error when I enter any command on my git repository:
$ git status
fatal: failed to read object de02e6d5cd7823ea788429a33583bede09221163: Invalid argument
Is there anyway to recover my git repository?
I did not find a solution from the two following questions:
- How do you restore a corrupted object in a git repository (for newbies)?
- How to recover Git objects damaged by hard disk failure?
EDIT: I did not found what caused the corruption of my git repository nor any solution to restore it... I finally started over a new clone from my SVN repository!