I have a fatal error in git.
When I git pull
, I got fatal: unable to read blob object 88a3d30...
I tried git fsck
or git fsck --full
, but I got segmentation fault(core dumped) 25%(64/256)
I had got error: object file .git/objects/... is empty
before I got 'unable to read blob' error.
I removed empty files with rm .git/objects/...
.
I guess I removed '88a3d3' file.
(Last time I got empty error, I fixed such this way.)
How can I fix this error?
I've found similar question, but I couldn't follow it.
I cannot find 88a3d3 in .git/objects. (already removed)
Plus, I use python(Django) and I don't understand what is ./git-find-blob
in the question.
Furthermore, the question was unsolved!