Why is 'heroku create' doing nothing?

Posted by vlasits on Stack Overflow See other posts from Stack Overflow or by vlasits
Published on 2010-05-28T02:35:31Z Indexed on 2010/05/28 2:41 UTC
Read the original article Hit count: 302

Filed under:
|
|

I opened a heroku account.
I followed the instructions on http://docs.heroku.com/quickstart.
I have a working rails app which I have deployed successfully elsewhere.
I have a github account that works.
I have a local git repository for my rails app. I installed the heroku gem. It shows up in my gem list. I typed 'heroku create' at the command prompt... My command console showed that it was thinking about it, but did nothing. No errors. No action.

Possible related facts: I am using a Windows 7 machine. I have also failed miserably at deploying with capistrano with a similar--issue command, get no response--pattern.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about Windows