我正在尝试将 git 存储库转换为 mercurial。中途失败并出现以下错误:
$ hg convert --datesort git-repo hg-repo
initializing destination hg-repo repository
scanning source...
sorting...
converting...
77 Some commit
76 Some other commit
fatal: git cat-file 1bd9dc57043a032dc05dbd8eabff457e560cd70a: bad file
transaction abort!
rollback completed
abort: cannot read 'blob' object at 1bd9dc57043a032dc05dbd8eabff457e560cd70a
在 git repo 中运行git fsck
不会显示任何错误。
如何找出问题所在,以及如何解决?