Hi All, I am following railstutorial.org and am attempting to push my first app (named first_app) to heroku. I get the following output:
first_app > heroku list You have no apps. first_app > heroku create Creating freezing-cloud-50.... done Created http://freezing-cloud-50.heroku.com/ | [email protected]:freezing- cloud-50.git first_app > git push heroku master ! No such app as first_app fatal: The remote end hung up unexpectedly I believe my git remote is setup correctly: first_app > git remote -v heroku [email protected]:feezing-cloud-50.git (fetch) heroku [email protected]:feezing-cloud-50.git (push) Any ideas? Thanks, Chris Kramp -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
