码迷,mamicode.com
首页 > 其他好文 > 详细

rails 安装后调整gem sources 地址

时间:2017-04-15 18:59:55      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:failed   erro   ecs   ssl   china   查看   oba   cer   connect   

rails 安装后调整gem sources 地址

使用https会有认证的问题;

移除原有的:

gem sources --remove https://rubygems.org/

查看当前的:

gem sources -l

添加新的:

gem sources -a https://ruby.taobo.org/

出现认证问题:

Error fetching https://ruby.taobao.org/:
SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://gems.ruby-china.org/specs.4.8.gz)

或者

gem sources -a https://gems.ruby-china.org/

一样出现问题:

Error fetching https://gems.ruby-china.org/:
SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://gems.ruby-china.org/specs.4.8.gz)

后来不使用https:

gem sources -a http://gems.ruby-china.org/

修改通过;

 

rails 安装后调整gem sources 地址

标签:failed   erro   ecs   ssl   china   查看   oba   cer   connect   

原文地址:http://www.cnblogs.com/stono/p/6715181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!