前提・実現したいこと
メール認証をアプリケーションに実装しようと思い、Rails tutrialのメール認証を参考に、Herokuのアドオンを有効化したいと考えています。
このリンクの11.4どうり進め、試しにリモートに反映されていることをチェックすると、以下のように表示されました
ts21:qusary ****$ git remote -v heroku https://git.heroku.com/qusary.git (fetch) heroku https://git.heroku.com/qusary.git (push) origin https://github.com/*****/qusary.git (fetch) origin https://github.com/*****/qusary.git (push)
###エラー
commitの時点で、以下のメッセージが表示されました。
commitするものがないようです。
ts21:qusary ****i$ git commit -m "add heroku_addon" On branch heroku nothing to commit, working tree clean
ダメもとでpushしてもやっぱりエラーが出ます。
ts21:qusary ****$ git push heroku master error: src refspec master does not match any error: failed to push some refs to 'https://git.heroku.com/qusary.git'
予想
git のbranchが違うのが理由かと考えています。
heroku addon自体はインストールできているけどgitの操作を誤っているのかと
原因について、解決方法をご存知の方はご享受いただくと幸いです。
###追記
ts21:qusary *****$ git branch --list * develop mailer master
回答1件
あなたの回答
tips
プレビュー