簡體   English   中英

推送被拒絕,無法編譯PHP(HHVM)應用

[英]Push rejected, failed to compile PHP (HHVM) app

我需要在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設置有問題嗎?

看起來您正在使用一些無法提取其依賴項的第三方buildpack。

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM