私はしばらくの間、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'
また、ステージングはherokuリモートの私の名前です。
Heroku でサポート チケットを作成しましたが、応答がありません... 次のステップは何ですか? アプリ全体をリセットして、クリーンなリポジトリをプッシュしますか?