cloned project from github. heroku does not work

Posted by ratan on Stack Overflow See other posts from Stack Overflow or by ratan
Published on 2010-02-19T04:15:34Z Indexed on 2010/03/21 2:51 UTC
Read the original article Hit count: 443

Filed under:
|
|

I cloned a project from github over to my desktop. I used to work on it form my laptop.

However, on laptop heroku does not seem to work for this app eventhough i have it installed.

First problem:

heroku open
>No app specified.
>Run this command from app folder or set it adding --app <app name>

I did not have to specify the --app on my laptop. Because I guess I did command heroku create initially on the lapop.

Second Probelm:

git push heroku master

gives errors

fatal: 'heroku' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

and heroku list

says

 !   This version of the heroku gem has been deprecated.
 !   Please update it by running: gem update heroku

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about heroku