Running out of Storage Space

Hey @Cartar, deleting the .git directory has the unfortunate side-effect of making it so you can’t use Rewind and is generally unnecessary, and if the problem is caused by regularly-changing files (which is the most common cause of that issue) then the problem will just come back eventually.

Glitch full disk error shows the steps required to more completely resolving this issue. It’s hard to say now that your original .git directory is gone, but my guess is that git prune; git gc wasn’t working because you didn’t have enough free space to execute those commands, which we typically help out with by granting a temporary disk expansion.

Hope this helps!