【问题标题】:Heroku "Multiple Buildpack" Buildpack not workingHeroku“多个构建包”构建包不工作
【发布时间】:2013-09-27 15:36:26
【问题描述】:

我的应用程序同时依赖于 nodejs 和 phantomjs,我遵循三角函数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

【问题讨论】:

标签: node.js heroku phantomjs buildpack


【解决方案1】:

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

为我工作。

【讨论】:

    猜你喜欢
    • 2015-09-12
    • 2020-10-23
    • 2023-03-15
    • 1970-01-01
    • 1970-01-01
    • 2021-08-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多