推送被拒绝,编译PHP (HHVM)应用程序失败



我需要在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'

作曲器设置有问题吗?

看起来你正在使用一些第三方构建包,无法拉出它的依赖项。

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

相关内容

  • 没有找到相关文章

最新更新