Véase el post por Daniela Gavidia.
git push
to update the GitHub repo.
git remote add origin git@github.com:C9Support/testPush.gitAdd files and commit them:
git add . git commit -m "First commit"
git push -u origin master Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts. Permission denied (publickey). fatal: The remote end hung up unexpectedly
Account Settings
. Copy that and paste it into a new
SSH entry on your GitHub account at
https://github.com/settings/ssh.
yoenc9@demo_app:~/514754/demo_app (master) $ git push origin master Counting objects: 104, done. Delta compression using up to 2 threads. Compressing objects: 100% (93/93), done. Writing objects: 100% (104/104), 32.80 KiB, done. Total 104 (delta 8), reused 0 (delta 0) To git@github.com:yoengithub/c9-demo-app.git * [new branch] master -> master
Casiano Rodriguez León 2015-01-07