Lyong
2015-05-25 11:20
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
如何解决
https://rubygems.org/gems/compass
爬墙出去,到这个网站的右下角download compass-1.0.3.gem回来,在终端那
输入sudo gem install,然后把这个文件拖进去 回车后稍等就可以了。
是不是考虑安装node然后用npm来安装更简单一点。你的提示错误是下载不到文件,指向的是淘宝的镜像吧!换种方式安装
Sass和Compass必备技能之Sass篇
29320 学习 · 98 问题
相似问题