我需要在 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设置有问题吗?