Disk quota exceeding 100%

> $ git prune; git gc
> fatal: Unable to create ‘/app/.git/packed-refs.lock’: Disk quota exceeded
> error: failed to run pack-refs
> warning: unable to unlink /app/.git/gc.pid: Disk quota exceeded

I was unable to git prune git gc. :frowning:
Anyone know how to fix this?

Let us know the project name and we’ll get it back below quota. Thanks.

It’s back working now! We’d recommend you place the SQLite files, and any other frequently changing data files, in a directory called .data or you add the files to a .gitignore list. This will prevent your project disk space from being used up so quickly.

Noted.
Thanks Gareth!