ฉันเพิ่งลบบางโฟลเดอร์ออกจากประวัติ repos git ของฉันโดยใช้คำสั่งต่อไปนี้:
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