它曾经工作过。有什么问题?
-----> Heroku receiving push
-----> Fetching custom buildpack... failed
! Heroku push rejected, error fetching custom buildpack
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:my-heroku.git'
答案 0 :(得分:4)
看起来您正在使用无法检索的自定义buildpack。如果您的应用程序不需要自定义buildpack,那么只需使用标准的Scala / Play 2 buildpack:
heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-scala.git
这应该是Play 2应用的默认设置。