gem install cannot download from rubygems.org

后端 未结 7 2301
清酒与你
清酒与你 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:33

    Try disabling Ipv6 on your system. If on Linux you can use these commands.

     sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
    sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 
    

提交回复
热议问题