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

安装ruby compass失败

时间:2015-01-08 12:54:21      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:

安装compass失败

ERROR:  Could not find a valid gem compass (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - SSL_connect retur
ned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (
https://rubygems.org/latest_specs.4.8.gz)

 

百思不得其解,实在没有想到会是被墙了,然后找到了淘宝出的一个gem的镜像了,一试立马可用,大喜过望!

$ gem sources --remove https://rubygems.org/
$ gem sources -a https://ruby.taobao.org/
$ gem sources -l
*** CURRENT SOURCES ***

https://ruby.taobao.org
# 请确保只有 ruby.taobao.org
$ gem install rails

然后再试一下gem install compass 就可以了

技术分享

安装ruby compass失败

标签:

原文地址:http://www.cnblogs.com/river-lee/p/4210311.html

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