HerokuにPushできないエラー

アプリを作って Heroku に push しようと思ったら,エラーが出てしまったときのお話.

エラーの内容

次のようなエラーメッセージが出て push できませんでした.

fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository

原因

heroku というリモートリポジトリが存在しないこと.

対処方法

terminal

$ git remote add heroku http://git.heroku.com/APPLICATION

上記のように追加すれば OK !