【发布时间】:2017-05-30 15:48:30
【问题描述】:
尝试在 AWS Elastic Beanstalk 中捆绑安装来自 github 的 gem(无论出于何种原因,作者都没有更新 rubygems.org 上的 gem...),但我收到以下错误:
Command failed on instance. R
(TRUNCATED)...nd `git clone "https://github.com/Diego81/omnicontacts.git"
这是我的 gemfile 中的代码
gem 'omnicontacts', git: "https://github.com/Diego81/omnicontacts.git"
我尝试过的其他事情......
gem 'omnicontacts', git: "git://github.com/Diego81/omnicontacts.git"
gem 'omnicontacts', github: "Diego81/omnicontacts"
我尝试过的一切仍然是同样的错误。我也用其他宝石尝试过这个,我收到了同样的错误。我还应该注意,这在我的本地机器上完美运行,这似乎是 Elastic Beanstalk 的问题。
【问题讨论】:
标签: ruby-on-rails ruby amazon-web-services amazon-elastic-beanstalk omniauth