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

相关文章:

  • 2022-01-08
  • 2021-06-18
  • 2021-04-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2021-08-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2023-01-24
  • 2022-12-23
  • 2022-01-15
  • 2021-06-09
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案