【 git push heroku masterが成功しない】

git push heroku masterを実行すると、

remote: !   WARNING:
remote: !   Do not authenticate with username and password using git.
remote: !   Run `heroku login` to update your credentials, then retry the git command.
remote: !   See documentation for details: https://devcenter.heroku.com/articles/git#http-git-authentication
fatal: Authentication failed for 'https://git.heroku.com/musicquest.git/'

の様に表示され本番環境へのpushが成功しない。

解決策

heroku loginコマンドを打ち込み、pushすると成功しました!