heroku push play 2无法获取构建包

heroku push play 2无法获取构建包,heroku,playframework-2.0,Heroku,Playframework 2.0,它过去是有用的。问题是什么 -----> 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

它过去是有用的。问题是什么

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

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

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

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

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

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

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

多一点信息会很有用……多一点信息会很有用。。。。