gem install cannot download from rubygems.org

后端 未结 7 2272
清酒与你
清酒与你 2021-01-05 03:12

When I type

gem install sass

I get the following error message

C:>gem install compass ERROR: Could not

7条回答
  •  独厮守ぢ
    2021-01-05 03:44

    According to this post : SSL Error When installing rubygems, Unable to pull data from 'https://rubygems.org/

    Goto link http://rubygems.org/pages/download

    Download the latest zip file
    Unzip it
    run "ruby setup.rb" in unzipped folder
    now run gem install command

提交回复
热议问题