OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
52.95k stars 4.69k forks source link

git gc should be excuted by open-interpreter owner #1488

Open CoderYiFei opened 3 days ago

CoderYiFei commented 3 days ago

open-interpreter 's .git directory is too large . its better to excute git gc , to reduce .git directory data

截屏2024-10-22 10 42 27
MikeBirdTech commented 3 days ago

Good observation @CoderYiFei

What is the size difference after you run the command?

CoderYiFei commented 2 days ago

Good observation @CoderYiFei

What is the size difference after you run the command? .git get 96mb from 114M, after git gc --prune=now --aggressive

open-interpreter/.git/objects/pack is still too large