我正在尝试在我办公室的系统上安装rails
我使用链接http://railsinstaller.org/安装了导轨
然后我用命令创建了新的项目![在此输入图像描述] [1]'rails new temp'
它抛出错误:
Fetching source index for https://rubygems.org/
could not reach rubygems repository https://rubygems.org/
could not find gem 'jquery-rails <>= 0> x86-mingw32' in any of the gem sources listed in your gemfile.
它与代理防火墙有什么关系,还是我缺少任何步骤?
请尽快回复。感谢
答案 0 :(得分:0)
转到您的apps目录并使用Gemfile。
在您的Gemfile中检查您是否有gem 'jquery-rails'
如果没有在编辑器中输入并保存,然后运行bundle install
答案 1 :(得分:0)
如果你的gem文件中提到了gem'jquery-rails',然后你通过bundle install安装gems并得到这个错误,那么它就是一个代理防火墙,阻止你到达存储库。 我通过Windows命令提示符遇到的相同体验。