GIT 中文乱码

# 使用 utf-8 编码集提交命令
git config --global i18n.commitencoding utf-8

# 日志输出时使用 utf-8 编码集显示
git config --global i18n.logoutputencoding utf-8

# 设置LESS字符集为 utf-8
export LESSCHARSET=utf-8

你可能感兴趣的:(个人工具,git,乱码)