I have a fatal git error that I can't resolve when I try and git merge
:
fatal: unable to read blob object 724b6f6b35fd871a84ab1742099de2c3671d7899
A similar question is here but the difference is that they can't find the blob anyway whereas I can:
./git-find-blob 724b6f6b35fd871a84ab1742099de2c3671d7899
yields
b937291 foo
c616ee2 bar
46c2720 whatever
e48c437 something
057e1b0 ........
where git-find-blob
was a program on contributed to another SO question here
git-find-blob
finds many commits.
Any ideas how I can fix this? I'm clueless on this one!
Thanks very much :).