文章目录
- 1. git bash
- 2. 配置环境变量
- 3. 效果图
1. git bash
执行下面3条命令
- 文件提交编码格式
git config --global i18n.commitencoding utf-8
- 这个主要就是log输出的编码格式
git config --global i18n.logoutputencoding utf-8
界面编码格式
git config --global gui.encoding utf-8
2. 配置环境变量
LESSCHARSET
utf-8
3. 效果图