Heroku のリポジトリに対して git push を実行すると、次のエラーが表示されます。
'Firing branch removed and pull event' has encountered a problem.
An internal error occurred during: 'Firing branch removed and pull event'.
java.lang.IllegalStateException
私はそれをグーグルで試してみましたが、失敗しました。誰でも助けることができますか?
の出力git remote -v
は次のとおりです。
heroku git@heroku.com:growing-night-6166.git (fetch)
heroku git@heroku.com:growing-night-6166.git (push)
origin git@github.com:stuartnelson3/sample_app.git (fetch)
origin git@github.com:stuartnelson3/sample_app.git (push)