私は最近、次のコマンドを使用して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