0

我的应用程序同时依赖于 nodejs 和 phantomjs,我遵循 trigoman 的回答Is there a working nodejs/phantomjs Heroku buildpack? .

但我被困如下:

creating young-thicket-8895... done, region is us
BUILDPACK_URL=http://github.com/ddollar/heroku-buildpack-multi.git
http://young-thicket-8895.herokuapp.com/ | git@heroku.com:young-thicket-8895.git
Git remote heroku added
Setting config vars and restarting young-thicket-8895... done, v4
PATH: /usr/local/bin:/usr/bin:/bin:/app/vendor/phantomjs/bin
Setting config vars and restarting young-thicket-8895... done, v5
LD_LIBRARY_PATH: /usr/local/lib:/usr/lib:/lib:/app/vendor/phantomjs/lib
Counting objects: 26, done.
Compressing objects: 100% (19/19), done.
Writing objects: 100% (26/26), 22.00 KiB, done.
Total 26 (delta 0), reused 0 (delta 0)

-----> Fetching custom git buildpack... done
-----> Multipack app detected
=====> Downloading Buildpack: http://github.com/heroku/heroku-buildpack-nodejs.git

该过程停止了很长时间,然后

!     Push rejected, failed to compile Multipack app
4

1 回答 1

5

https://github.com/ddollar/heroku-buildpack-multi/issues/16 - 将 buildpacks 更改为指向https://git repo url。而不是http://git://

为我工作。

于 2013-10-07T14:59:26.803 回答