简体   繁体   中英

Using Github with Nitrous.io

https://www.nitrous.io/join/GtIJ6P6P2WA

Trying to figure out what would be the best settings to setup a rails 4 app on nitrous.io and use github to back it up.

您可以按照此处的说明进行操作,并将密钥添加到Github: http : //help.nitrous.io/github-add-key/

After adding your SSH key from http://help.nitrous.io/github-add-key/

Set up a new repo on github https://github.com/new

Then follow the steps here: https://stackoverflow.com/a/18876028/682288 (Git part, not hte Heroku part) to create a remote origin pointing to your GitHub repo. and git push origin master

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM