Daniela Gavidia
posted this on January 11, 2012 15:47
One of the premium features in Cloud9 is the ability to create private projects. However, after upgrading you might want to turn an existing public project into a private one. At the moment, we don't have an easy way to turn public Cloud9 projects into private projects.
You can get around this limitation in two ways:
1) download project, upload folder
note: download project does not include hidden files (local git history), so if you have those, download them separately.
2) by using a code-hosting site like Github or Bitbucket to push/pull your Cloud9 projects. You can do so by following these steps:
This article might be helpful (skip steps 1 and 2 if you have already added your Bitbucket account through Add-on Services):
http://support.cloud9ide.com/entries/20754818-push-your-git-cloud9-project-to-bitbucket
Comments
Hey Daniela,
I'm having a related issue that maybe you can help with. I have a GitHub project that was private and is now public. Unfortunately it still shows up in my project list as a private project on GitHub. Do you know a way to trigger a refresh of the list?