tried git prune; git gc as the warning recommended
nothing happens (gets worse in fact)
started happening this morning when i tried to add gizeh to project
tried git prune; git gc as the warning recommended
nothing happens (gets worse in fact)
started happening this morning when i tried to add gizeh to project
Hi @chuckloyola, in your case the git prune; git gc
cycle isn’t going to help much I’m afraid.
If you open your project’s console
and run du -h -d 1
you’ll see that your project is legitimately using up a fair amount of space, specifically in the .local
, .data
, and .cache
directories. .git
isn’t taking up much space at all.
hi. not disputing that it did, i just couldn’t find it (my console fu is weak). thanks, will take a look and remove what i can
i started a new project and copied the code over, found a far lighter python3 starter to work with: https://glitch.com/~marshy-asphalt