Heroku で HHVM と Hacklang を使用して Web アプリを開発する必要があります。問題は、git push
Heroku マスターにアクセスしたときに、次のエラー メッセージが表示されたことです。
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 の設定の問題でしょうか?