error to installing sass with gem in windows 8.1

后端 未结 2 1071
无人及你
无人及你 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:16

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

    chcp 1252
    

提交回复
热议问题