`git prune; git gc` isn't working | Disk full

Hey, My app waziferslegacy is giving me a warning message about disk. Current disk usage is 79% and I tried running git prune; git gc several times but it isn’t solving my problem. It isn’t giving error messages though. I have a sqlite file kept in .gitignore but its not working as expected. Please help me :disappointed:.

Hello!
Can you try this command:

rm -rf .git update

Hello, I ran that command. Now I can’t run git prune; git gc :confused:

Normally the command I have sent do the work of the two command. So you don’t have to do these one

Hm, it is still giving me the warning message of disk