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.95k stars 540 forks source link

Not detecting large files #308

Open ukreddy-erwin opened 5 years ago

ukreddy-erwin commented 5 years ago

$ java -jar bfg-1.13.0.jar -b 100M /c/Packages/wt

Using repo : C:\Packages\wt.git

Scanning packfile for large blobs completed in 31 ms. Warning : no large blobs matching criteria found in packfiles - does the repo need to be packed? Please specify tasks for The BFG : bfg 1.13.0

But my repo contains folders with zip files greater than 500 MB also.

jlyonsmith commented 5 years ago

I've tried git gc and git clone --mirror and I still get this message.

saquibtmf commented 2 years ago

No update on this one, huh!

by-justin commented 1 year ago

getting the same error. gotta stick with filter repo for now.

christopher-ernenwein-se commented 1 month ago

I used

java -jar ~/Downloads/bfg-*.jar --strip-blobs-bigger-than 100M