Heroku push: gzip stdin not in gzip format

When I try to push the update for Heroku in one of my PHP applications, I get the following problem:

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


-----> Heroku gets push
-----> Getting custom buildpack ... done
-----> PHP application detected
-----> Run Sitebase buildpack
-----> Binding Apache Version 2.2.22


gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Failure due to previous errors
! Heroku push rejected failed to compile php application


For git @ heroku.com: x
! [remote reject] feature-removeapi → master (reject before receiving)
error: failed to click some links to git @ heroku.com: x '

There has never been this problem, so I do not fully understand what could be the problem. Is it possible that this mistake is on the side of Geroku?

If I look at Heroku logs, I also see the following line:

Compilation failed: failed to compile php application

All help is appreciated.

+6
source share
1 answer

In my cases, when I had this problem, this is Heroku's problem. Just waiting 10 minutes or so helped.

+3
source

Source: https://habr.com/ru/post/920806/


All Articles