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.83k stars 535 forks source link

Issues with pushing #479

Open DexlerXD opened 1 year ago

DexlerXD commented 1 year ago

Hello! After cleaning my repo with bfg I'm still not able to push my repo to github. I did everything according to the docs: cloned with --mirror, did all the commands correctly (I chose 1M as argument to --strip-blobs-bigger-than), then did git lfs install, but still it is failing to push some refs with batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access. and error: failed to push some refs to 'https://github.com/DexlerXD/repo.git' messages. Help wanted!