0

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

4

1 に答える 1

0

昨夜から急に仕事始めました。しかし、Herokuからの連絡はありません。

于 2012-12-14T15:39:15.287 に答える