2012-07-18 26 views
6

私は私のPHPアプリケーションの一つでHerokuのに更新をプッシュしようと、私は次のような問題を取得します:私は完全に「ドン前にこの問題を抱えていたことはありません Herokuのプッシュ:gzip形式でのgzip STDINない

Counting objects: 25, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (12/12), done.
Writing objects: 100% (13/13), 1.20 KiB, done.
Total 13 (delta 10), reused 0 (delta 0)

-----> Heroku receiving push
-----> Fetching custom buildpack... done
-----> PHP app detected
-----> Run Sitebase buildpack
-----> Bundling Apache version 2.2.22

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
! Heroku push rejected, failed to compile Php app

To [email protected]:x
! [remote rejected] feature-removeapi -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:x'

問題が何であるかの手がかりを持っています。 これはHeroku側のバグでしょうか?

私はHerokuのログを見ると、私はまた、次の行を参照してください。

Slug compilation failed: failed to compile Php app

すべてのヘルプは大歓迎です。

答えて

3

私がこの問題を抱えていた私のケースでは、Herokuの問題であるようでした。ちょうど10分かそこら待って私のためのトリックをした。

関連する問題