Re: Add SSH Key to Heroku (using Windows/Cygwin)

2010-10-12 Thread Twiek
I followed their guide but it unfortunaltely didn't work for me. I have a SSH-Key and it seems to work (I used it for opening a github- Account). The problems start when I enter the following: $ heroku or $ heroku keys:add This results in the error message seen above. My guess is that it's

Re: Add SSH Key to Heroku (using Windows/Cygwin)

2010-10-12 Thread Abel Tamayo
I don't think many are using Windows with Rails here. Maybe you should try dual booting with Linux. The new Ubuntu came out just this weekend and you won't regret the switch ;) On Tue, Oct 12, 2010 at 4:19 PM, Twiek sebastian.schwiec...@googlemail.comwrote: I followed their guide but it

Re: Add SSH Key to Heroku (using Windows/Cygwin)

2010-10-12 Thread Matthew Todd
On Oct 11, 2010, at 7:36 PM, Twiek wrote: Beeing new to programming I'm trying to learn RoR using railstutorial.org and ran into a problem in chapter 1.4.1 (http:// railstutorial.org/book#sec:1.4.1). When trying to add my SSH key to Heroku the following happend: ba...@basti-pc ~ $ heroku

Re: Add SSH Key to Heroku (using Windows/Cygwin)

2010-10-11 Thread Abel Tamayo
I would recommend that you follow Heroku's guide here: http://docs.heroku.com/keys http://docs.heroku.com/keysMaybe you don't have installed ssh. Let us know how that goes and I hope that helps. Abel. On Mon, Oct 11, 2010 at 6:36 PM, Twiek sebastian.schwiec...@googlemail.comwrote: Beeing new