Project reconnects constantly

My project reconnects every time when i try to change something in my code, my disk space is full and I dont know how to clear it

Try using commands git prune and git gc
Also delete the .git folder with rm -rw .git

You can email support@glitch.com to request more space for 24 hours to make things easier.

Disable Refresh App on changes
That may help

Glitch Auto-refreshes to bring your live project up-to-date
I suggest working on it in a separate project Area for testing then merge it with your live project
Hopefully i helped