1.git bash 窗口右键,选择 Options ->Text,选择zh_CN、UTF-8
2.git bash终端执行命令
git config --global core.quotepath false
git config --global gui.encoding utf-8
git config --global i18n.commitencoding utf-8
git config --global i18n.logoutputencoding utf-8
export LESSCHARSET=utf-8
标签:git,utf,--,global,乱码,config,bash
From: https://www.cnblogs.com/dch0/p/17637896.html