최근에 다음 명령을 사용하여 git repos 기록에서 일부 폴더를 제거했습니다.
git filter-branch --index-filter 'git rm -r --cached var' -- --all
불행히도이 repos에서 더 이상 가져올 수 없습니다. 이것은 내가 얻는 오류 세트입니다.
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