Windows, Ruby on Rails, Heroku, Git 11/08/2009
If you,
These are as follows:
Create an SSH key file After you installed these minimums, you run GitBash and create an SSH key for Heroku use. $ cd ~/ $ mkdir .ssh $ cd .ssh $ ssh-keygen –C “youremai@yourmail.com” –t rsa Add your keys to heroku You add this key to Heroku for later check outs and check ins $ heroku keys:add Checking out the source code You check out the code by using clone option of git $ git clone -o heroku git@heroku.com:yourapp.git CommentsLeave a Reply |
RSS Feed