在配置webstorm编译scss的环境,安装rubygems的时候,安装的淘宝镜像,可以提示安装失败。
Error fetching https://ruby.taobao.org/:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: ce
rtificate verify failed (https://rubygems-china.oss-cn-hangzhou.aliyuncs.com/spe
cs.4.8.gz)
淘宝已经不再维护
ruby
镜像了,你现在应该访问ruby china来获取新的镜像信息。鉴于你是
windows
系统,配置镜像请用:gem source -a http://gems.ruby-china.org
翻墙或者换淘宝的npm,慕课网上有关于Sass的教程
我之前也遇到过这样的问题,这是因为Windows下SSL证书无法验证,解决方案在这里关于 Windows 下证书无法验证问题
还有一种方案用把https换成http就OK啦。