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

【字号: 日期:2023-10-23浏览:17作者:雯心

问题描述

我在 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!

问题解答

回答1:

chcp 65001

回答2:

/blog/tony/1190000000578037/q/1010000000619653/q/1010000000354064

相关文章: