Sunday, 15 August 2010

ruby on rails - Fatal: Heroku repository does not exist -



ruby on rails - Fatal: Heroku repository does not exist -

i renamed heroku app goofy name more reasonable. never imagined cause me problem here. tried following

git remote -v heroku http://appname.herokuapp.com (fetch) heroku http://appname.herokuapp.com (push) origin git@github.com:myaccount/games.git (fetch) origin git@github.com:myaccount/games.git (push)

i thought had won there. tried

git force heroku master

and got message

fatal: repository 'http://appname.herokuapp.com/' not found

i don't understand why won't push

you need alter heroku remote match new name app.

do on command line

git remote remove heroku git remote add together heroku git@heroku.com:your_app_name.git

let me know if doesn't prepare it

ruby-on-rails heroku

No comments:

Post a Comment