Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning : no large blobs matching criteria found in packfiles - does the repo need to be packed?

When running bfg I see:

Warning : no large blobs matching criteria found in packfiles - does the repo need to be packed?

How would I go about packing the repo?

like image 874
Tom Hale Avatar asked May 13 '20 08:05

Tom Hale


1 Answers

Run the garbage collector to repack the repository:

git gc

Credit: this GitHub comment.

like image 166
Tom Hale Avatar answered Nov 17 '22 05:11

Tom Hale