Glitch full disk help!

Hello I can’t run my project, I tried running git prune and git gc codes but it doesn’t work. I think in my project there is no place to even run those commands. Could you help ? Project Name : teta

in the terminal type: rm -rf .git this command gets ride of your .git folder.

I couldn’t understand

Type rm -rf /app/.git/ in your terminal to save disk space.

https://glitch.com/edit/console.html?<projectName> - terminal
then type rm -rf .git in the terminal

So the project terminal link is: https://glitch.com/edit/console.html?teta. Type rm -rf /app/.git/ to delete the rewind cache to any save the disk storage.

1 Like