error to installing sass with gem in windows 8.1

后端 未结 2 1053
无人及你
无人及你 2020-12-13 15:30

I\'m installing ruby in windows 8.1 pro

ruby 2.1.3p242 (2014-09-19 revision 47630) [x64-mingw32]

and gem version

2.2.2


        
相关标签:
2条回答
  • 2020-12-13 16:10

    Try to uninstall ruby and re-install a previous version. that worked for me once.

    another solution is to type this in cmd: set = HTTP_proxy http://10.1.143.126:3128 and try again

    • don't forget to run cmd as administrator.
    0 讨论(0)
  • 2020-12-13 16:16

    This command will fix it -- you need to change the code page of the current terminal.

    chcp 1252
    
    0 讨论(0)
提交回复
热议问题