0

Chinese characters are not displayed properly in github desktop bash

I installed GitHub desktop. I open its bash and run git log. Chinese characters are not displayed properly. How can I fix that?

I searched a lot of articles but they all use git in linux or other git tools.

Gqqnbig
  • 5,845
  • 10
  • 45
  • 86
  • 1
    If using `cmd.exe` as your console (as opposed to a different console application), then can you try enabling a unicode font in the console, e.g., `cmd> chcp 65001` ...As [described here](http://stackoverflow.com/a/737677/127971)? – michael Nov 02 '16 at 07:26
  • Another option is to use a different console (which would have its own settings, features and limitations), e.g., https://git-for-windows.github.io/ – michael Nov 02 '16 at 07:28
  • Possible duplicate of [Unicode characters in Windows command line - how?](http://stackoverflow.com/questions/388490/unicode-characters-in-windows-command-line-how) – 1615903 Nov 02 '16 at 08:01

0 Answers0