Continuing the discussion from RStudio Cloud project not importing GitHub repo :
My existing project unable create any file,
- https://rstudio.cloud/spaces/6096/project/49010 (Old project)
- https://rstudio.cloud/spaces/6096/project/1817132 (New project)
- Open https://rstudio.cloud/spaces/6096/project/1817132
- F12
- Hold down Ctrl and click F5
- Hold down Ctrl + Shift and click R
## First, run a fetch to update all origin/<branch> refs to latest:
git fetch --all
## Backup your current branch:
git checkout -b backup-master
## Then, you have two options:
git reset --hard origin/master
## OR If you are on some other branch:
git reset --hard origin/<branch_name>
May I know storage for every single project and anyhing wrong? Looking for assist...