Could not fetch specs from https://rubygems.org/

[root@t1 redmine]# bundle install --without development test rmagick


Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all
non-root users on this machine.
Fetching source index from https://rubygems.org/
Network error while fetching https://rubygems.global.ssl.fastly.net/quick/Marshal.4.8/rails-3.2.21.gemspec.rz
[root@t1 redmine]# bundle install --without development test rmagick
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all
non-root users on this machine.
Fetching source index from https://rubygems.org/
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Network error while fetching https://rubygems.global.ssl.fastly.net/quick/Marshal.4.8/rails-3.2.21.gemspec.rz
[root@t1 redmine]# pwd
/data/wwwroot/redmine
[root@t1 redmine]# bundle install --without development test rmagick
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all
non-root users on this machine.
Fetching source index from https://rubygems.org/
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/

Could not fetch specs from https://rubygems.org/

解决:

[root@t1 redmine]# vim /data/wwwroot/redmine/Gemfile 

Gemfile 里,第一个


1

source 'https://rubygems.org/'
 #添加 #号 下一行 添加如下:

改成


1

source 'https://ruby.taobao.org/'

时间: 2024-11-06 03:34:28

Could not fetch specs from https://rubygems.org/的相关文章

$ gem sources -a https://ruby.taobao.org/ 报错

问题描述 $ gem sources -a https://ruby.taobao.org/ 报错 $ gem sources -a https://ruby.taobao.org/ --debug NOTE: Debugging mode prints all exceptions even when rescued Exception NameError' at C:/Ruby22-x64/lib/ruby/2.2.0/fiddle/import.rb:153 - uninitialized

关于ruby gem无法连接到rubygems.org的解决方案

RubyGems 镜像 - 淘宝网 为什么有这个? 由于国内网络原因(你懂的),导致 rubygems.org 存放在 Amazon S3 上面的资源文件间歇性连接失败.所以你会与遇到 gem install rack 或 bundle install的时候半天没有响应,具体可以用 gem install rails -V 来查看执行过程. 这是一个完整 rubygems.org 镜像,你可以用此代替官方版本,同步频率目前为15分钟一次以保证尽量与官方服务同步. 如何使用? $ gem sour

淘宝网提供的国内RubyGems镜像简介和使用方法_ruby专题

解决方案是使用淘宝的 RubyGems 镜像,它是一个完整 rubygems.org 镜像,你可以用此代替官方版本,同步频率目前为15分钟一次以保证尽量与官方服务同步. 如何使用 gem 移除旧源,改用新源即可. 复制代码 代码如下: $ gem sources --remove https://rubygems.org/$ gem sources -a http://ruby.taobao.org/$ gem sources -l*** CURRENT SOURCES *** http://r

rails新建应用,改用镜像网站总是失败

问题描述 rails新建应用,改用镜像网站总是失败 Rails安装成功,使用rails new abc时运行到bundle卡住不动,按照网上方法把rubygems改成https://ruby.taobao.org,再次rails new abc报错,提示SSL出错,然后改成http://ruby.taobao.org,还是报错,提示could not fetch specs from这个网站 应该怎么办? 求大神帮忙 解决方案 http://blog.csdn.net/kucss/article

iOS 最新版 CocoaPods 的安装流程

iOS 最新版 CocoaPods 的安装流程 1.移除现有Ruby默认源 $gem sources --remove https://rubygems.org/ 2.使用新的源 $gem sources -a https://ruby.taobao.org/ 3.验证新源是否替换成功 $gem sources -l 4.安装CocoaPods (1)  $sudo gem install cocoapods 备注:苹果系统升级 OS X EL Capitan 后改为 $sudo gem ins

IOS安装CocoaPods完整流程

安装CocoaPods之前要先安装Ruby环境 先安装这个home-brew:http://mxcl.github.com/homebrew/   步骤1 -安装RVM  RVM 是干什么的这里就不解释了,后面你将会慢慢搞明白.             <span class="gp" style="background-color:#c0c0c0"> $ curl -L https://get.rvm.io | bash -s stable</s

iOS 9 导入类库全面详尽过程(Ruby安装-&amp;gt;CocoaPods安装-&amp;gt;导入类库)

iOS 9 导入类库全面详尽过程(Ruby安装->CocoaPods安装->导入类库) 由于IT行业的飞速发展,各类工具,软件更新速度都太快了,在网上找的攻略可能都已经不实用了,对于一个新手来说从一片空白到成功地用CocoaPods导入类库需要浏览大量博文,所以在这里我就把全过程整合了一下,并把我个人的安装过程和遇到的一些问题分享一下(以AFNetworking),希望本文能帮助新手只用看这一篇博文就顺利完成整个过程. 引用博文 如何在Mac OS X上安装 Ruby运行环境 CocoaPod

CocoaPods安装与使用

CocoaPods 简介 它是iOS最常用的第三方库依赖管理工具,且绝大多数优秀的开源框架都支持CocoaPods. CocoaPods项目的源码 在 Github 上管理.该项目开始于 2011 年 8 月 12 日,开发 iOS 项目不可避免地要使用第三方开源库,CocoaPods 的出现使得我们可以节省设置和更新第三方开源库的时间. CocoaPods 的安装 安装 安装方式异常简单 , Mac 下都自带 ruby,使用 ruby 的 gem 命令即可下载安装: $ sudo gem in

cocoPod 安装

首先先打开 http://brew.sh/index_zh-cn.html   安装 home-brew 安装CocoaPods之前要先安装Ruby环境 先安装这个home-brew:http://mxcl.github.com/homebrew/   步骤1 -安装RVM  RVM 是干什么的这里就不解释了,后面你将会慢慢搞明白.              <span class="gp" style="background-color:#c0c0c0"&g