ruby安装sass报错解决办法

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

posted @ 2015-03-12 12:35  zhishaofei3  阅读(462)  评论(0编辑  收藏  举报