一段时间以来,我一直在开发 Heroku Django 应用程序。最新更新在部署时出现错误:
$ git push staging staging:master
Counting objects: 168, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (52/52), done.
Writing objects: 100% (139/139), 19.98 KiB, done.
Total 139 (delta 96), reused 115 (delta 81)
-----> Heroku receiving push
! Heroku push rejected due to an unrecognized error.
! We've been notified, see http://support.heroku.com if the problem persists.
To git@heroku.com:myapp-staging.git
! [remote rejected] staging -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:myapp-staging.git'
另外:staging 是我对 heroku 遥控器的称呼。
我已经使用 Heroku 创建了支持票,但没有收到回复……我的下一步应该是什么?重置整个应用程序并推送干净的回购?