Win 下 Git Bash 写 commit 时如何使用 Unicode 字符?


我在 Windows 下使用 Git Bash ,在写 git commit 的时候发现不能写中文,提示说我的 console 不支持 Unicode,那应该怎么去让 Git Bash 支持 Unicode 呢?

错误提示如下:


 Warning: Your console font probably doesn't support Unicode. If you experience strange characters in the output, consider switching to a TrueType font such as Lucida console!

unicode windows git bash

冰冷的雨季 11 years, 7 months ago

chcp 65001

十万伏的皮神 answered 11 years, 7 months ago

Your Answer