Forums

Disk Quota Exceeded

Good Day

I am trying to clone a repository from GitHub. The size of the repo is 240mb but I am getting the following error while cloning.

"fatal: write error: Disk quota exceeded541.08 MiB | 42.66 MiB/s "

There is nothing else installed on the app (brand newly opened)

240mb of checked out code does not mean that cloning the git repository will take up 240mb. The history of the repository also takes up space and can often take much more than the checked out code.

Thank you - I did not know this. Did a search, cloned it with --depth 1 and it works