当我对 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)