问答详情
源自:2-3 Compass简介及安装

gem install compass 报错

ivan:~ ivan$ gem install compass

ERROR:  Could not find a valid gem 'compass' (>= 0), here is why:

          Unable to download data from https://ruby.taobao.org - hostname "rubygems-china.oss.aliyuncs.com" does not match the server certificate (https://rubygems-china.oss.aliyuncs.com/latest_specs.4.8.gz)

ERROR:  Possible alternatives: compass

如何解决


提问者:Lyong 2015-05-25 11:20

个回答

  • FFLY
    2016-03-24 09:39:20

    你遇到这样的问题的时候,可能是被墙了,使用 淘宝的ruby 镜像:镜像,按照上面的方式安装,可能会出现错误,然后按照具体设置这个上面的方法即可

  • 鸡仔煲绿豆沙
    2015-09-07 21:32:11

    http://img.mukewang.com/55ed91ca0001f29909100505.jpg

    https://rubygems.org/gems/compass  

    爬墙出去,到这个网站的右下角download compass-1.0.3.gem回来,在终端那

    输入sudo gem install,然后把这个文件拖进去 回车后稍等就可以了。


  • 华子hear
    2015-05-25 12:23:08

    是不是考虑安装node然后用npm来安装更简单一点。你的提示错误是下载不到文件,指向的是淘宝的镜像吧!换种方式安装