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
如何解决
你遇到这样的问题的时候,可能是被墙了,使用 淘宝的ruby 镜像:镜像,按照上面的方式安装,可能会出现错误,然后按照具体设置这个上面的方法即可
https://rubygems.org/gems/compass
爬墙出去,到这个网站的右下角download compass-1.0.3.gem回来,在终端那
输入sudo gem install,然后把这个文件拖进去 回车后稍等就可以了。
是不是考虑安装node然后用npm来安装更简单一点。你的提示错误是下载不到文件,指向的是淘宝的镜像吧!换种方式安装