【记录】解决Git提交commit中文乱码问题
“git commit”内容包含中文会乱码?以下为解决方案。
环境
操作系统:Windows
Git Bash
打开 Git Bash 执行以下命令。
git config --global core.quotepath false
然后在Git Bash界面内右键,点击Options。
依顺序操作:
- Text
- Locale = zh_CN
- Character set = UTF-8
Save保存 或 Apply应用
“git commit”内容包含中文会乱码?以下为解决方案。
操作系统:Windows
打开 Git Bash 执行以下命令。
git config --global core.quotepath false
然后在Git Bash界面内右键,点击Options。
依顺序操作:
Save保存 或 Apply应用