推送拒绝,无法编译PHP(HHVM)应用程序

时间:2015-07-13 06:01:21

标签: php git heroku hhvm hacklang

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

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设置有问题吗?

1 个答案:

答案 0 :(得分:1)

看起来你正在使用一些无法依赖它的第三方buildpack。

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