Git bash chcp windows7 encoding issue

前端 未结 1 2019
半阙折子戏
半阙折子戏 2021-01-06 13:18

Guys How I can change the encoding on Git bash command screen ?

I\'m using windows 7 and when I\'m trying to install any Ruby gem I usually got this issue



        
相关标签:
1条回答
  • 2021-01-06 13:50

    This is probably way too late, but anyway you need to use :

    chcp.com 1252

    because git bash can't extend chcp to a full executable on its own, so you need to type the full command.

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