2013-06-02 99 views
0

我試圖使用https://github.com/taeram/heroku-buildpack-php-columbo,這樣我可以有新的遺蹟在我的PHP安裝工作。不管我怎麼努力,我力推Heroku的時候總是出現以下錯誤:如何使用這個heroku php buildpack?

git push heroku master 
Counting objects: 8, done. 
Delta compression using up to 24 threads. 
Compressing objects: 100% (6/6), done. 
Writing objects: 100% (8/8), 1.58 KiB, done. 
Total 8 (delta 0), reused 0 (delta 0) 

-----> Fetching custom git buildpack... done 
-----> PHP app detected 
-----> Fetching Manifest 
-----> Bundling Apache v2.2.24 
tar: This does not look like a tar archive 

gzip: stdin: not in gzip format 
tar: Child returned status 1 
tar: Exiting with failure status due to previous errors 

!  Push rejected, failed to compile PHP app 

有沒有人有什麼可怎麼回事任何想法?我可以順利使用https://github.com/heroku/heroku-buildpack-php而沒有問題。我想要做的就是沿着php/apache提供新的RELIC支持。

回答

0

從快速瀏覽一下buildpack,它不會出現$BUILDPACK_S3_BUCKET設置任何地方when downloading Apache,這顯然會導致一個什麼東西(很可能是S3 XML錯誤頁)中does not look like a tar archive。我要麼向第三方buildpack的所有者或fork發出問題並自行修復。

相關問題