1

我需要在 Heroku 上使用 HHVM 和 Hacklang 开发一个 Web 应用程序。问题是当我git push到 Heroku master 时,我收到了这个错误信息:

remote: 
remote: gzip: stdin: not in gzip format
remote: tar: Child returned status 1
remote: tar: Error is not recoverable: exiting now
remote: 
remote:  !     Push rejected, failed to compile PHP (HHVM) app
remote: 
remote: Verifying deploy....
remote: 
remote: !   Push rejected to hacklang.
remote: 
To https://git.heroku.com/hacklang.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/hacklang.git'

Composer设置有问题吗?

4

1 回答 1

1

看起来您正在使用一些无法提取其依赖项的第三方 buildpack。

为什么不使用支持 HHVM 的官方 Heroku PHP buildpack?https://devcenter.heroku.com/articles/php-support#selecting-a-runtime-hhvm

于 2015-07-13T17:54:55.803 回答