1

它曾经工作过。问题是什么?

-----> 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'
4

1 回答 1

4

看起来您正在使用无法检索的自定义构建包。如果您的应用不需要自定义 buildpack,则只需使用标准 Scala / Play 2 buildpack:

heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-scala.git

这应该是 Play 2 应用程序的默认设置。

于 2012-06-28T12:19:08.207 回答