1

Heroku で HHVM と Hacklang を使用して Web アプリを開発する必要があります。問題は、git pushHeroku マスターにアクセスしたときに、次のエラー メッセージが表示されたことです。

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

依存関係をプルできないサードパーティのビルドパックを使用しているようです。

HHVM をサポートする公式の Heroku PHP ビルドパックを使用しないのはなぜですか? https://devcenter.heroku.com/articles/php-support#selecting-a-runtime-hhvm

于 2015-07-13T17:54:55.803 に答える