0
我一直在開發Heroku Django應用一段時間。最新的更新部署出現錯誤: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 [email protected]:myapp-staging.git
! [remote rejected] staging -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:myapp-staging.git'
此外:暫存是我的名字爲heroku遠程。
我已經用Heroku創建了支持票,但還沒有收到回覆......我的下一步應該是什麼?重置整個應用程序並推送一個乾淨的回購?
我已經有了這個確切的錯誤(在我的部分沒有變化),它只是在支持票後解決。我很確定引用這個確切的錯誤提示了同樣的事情。 –
謝謝Yuji。很高興知道。希望很快我會得到我的支持票的回覆。 – Erik
假設它在任何明顯變化之前都在工作.. :) –