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

ruby安装sass报错解决办法

时间:2015-03-12 12:57:33      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:

ERROR:  Could not find a valid gem ‘sass‘ (>= 0), here is why:
          Unable to download data from http://rubygems.org/ - Errno::EACCES: Per
mission denied - connect(2) (http://rubygems.org/latest_specs.4.8.gz)

This is work for me. Try this...

gem source -a http://rubygems.org/

answer y to the question "Do you want to add this insecure source?"

then you can use command...

gem install sass

 

http://stackoverflow.com/questions/16136006/install-sass-using-gem-on-windows-8

ruby安装sass报错解决办法

标签:

原文地址:http://www.cnblogs.com/zhishaofei/p/4332047.html

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