rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.84k stars 535 forks source link

Fatal: pack exceeds maximum allowed size #449

Open paveldjatlow opened 2 years ago

paveldjatlow commented 2 years ago

Hello! After bfg run reflox expire completed, I got this:


$ git push (BARE:master)
Enumerating objects: 178612, done.
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
remote: fatal: pack exceeds maximum allowed size
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (178612/178612), 23.75 GiB | 14.73 MiB/s, done.
Total 178612 (delta 0), reused 0 (delta 0), pack-reused 178612
fatal: the remote end hung up unexpectedly

I cannot split that into several commits since I have no control over that. Any ideas how can I solve this? Thanks!

keith-kurak commented 2 years ago

I get this, too - whether I try a small or big clean up.