How can I set a proxy server for gem?

后端 未结 7 618
隐瞒了意图╮
隐瞒了意图╮ 2020-11-30 17:47

I am unable to install SASS through command prompt.

I tried below steps

c:\\gem install sass

I am getting below error:

         


        
7条回答
  •  无人及你
    2020-11-30 18:16

    You need to add http_proxy and https_proxy environment variables as described here.

提交回复
热议问题