Add a git remote in the Cloud9 console. Should look like this (replace the git url with your repo url):
git remote add origin [email protected]:C9Support/testPush.git
Add files and commit them:
git add .
git commit -m "First commit"
Push to github:
git push -u origin master
jonesmangamei:~/workspace/simplecodecast_saas (master) $ git push origin master
fatal: 'github.com/jonesmangamei/simplecodecast_saas' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.