cs50 / ide-issues

1 stars 1 forks source link

The Environment is running out of quota #52

Closed Farah2030 closed 3 years ago

Farah2030 commented 3 years ago

What symptom did you see (attaching screenshots as necessary)?

Capture

22

When date and time (UTC) did the problem happen?

Thursday 10/15/2020 10:01 AM EDT

What steps did you follow to reproduce the problem?

( every time I want to write in cs50 IDE )

Which web browser did you use (including version number)?

Google Chrome

Which operating system did you use (including version number)?

windows 10 version 2004

Did you log in to CS50 IDE using the same GitHub account you used to create this issue?

Yes

kzidane commented 3 years ago

Run the following command to see which files are eating up your disk space and (optionally back them up and) remove them:

du -h /home/ubuntu | sort -h

Please do not remove any files inside of the ~/.c9 folder.

Farah2030 commented 3 years ago

Thanks for your reply. I got this result

e

kzidane commented 3 years ago

Sorry, I edited the command on the previous comment. Can you try that instead?

Farah2030 commented 3 years ago

thank you , it worked