> $ 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.
Anyone know how to fix this?
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.