我最近使用以下命令从我的git repos历史记录中删除了一些文件夹:
git filter-branch --index-filter 'git rm -r --cached var' -- --all
不幸的是我不能再从这个回购中拉出来了,这是我得到的错误集:
git pull
remote: Counting objects: 3953, done.
remote: Compressing objects: 100% (2810/2810), done.
error: garbage at end of loose object '4b391c2cc93ccc8d2f7262335629a7f81d6bcbe0'
fatal: object 4b391c2cc93ccc8d2f7262335629a7f81d6bcbe0 is corrupted
fatal: index-pack failed
您在哪个Linux系统上进行了更改?
—
Andres Jaan Tack
我在用窗户;现在我在linux上运行良好
—
mnml