ruby安装sass报错解决办法

后端开发   发布日期:2025年07月18日   浏览次数:126
  1. ERROR: Could not find a valid gem 'sass' (>= 0), here is why:
  2. Unable to download data from http://rubygems.org/ - Errno::EACCES: Per
  3. 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报错解决办法的详细内容,更多关于ruby安装sass报错解决办法的资料请关注九品源码其它相关文章!