How can I set a proxy server for gem?

后端 未结 7 620
隐瞒了意图╮
隐瞒了意图╮ 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 17:55

    You need to write this in the command prompt:

    set HTTP_PROXY=http://your_proxy:your_port
    

提交回复
热议问题