Git log 中文乱码

以下三条命令搞定(系统是centos  7.4)

git config --global i18n.commitencoding utf-8

git config --global i18n.logoutputencoding utf-8

export LESSCHARSET=utf-8

posted on 2018-09-25 11:15  LEON001028  阅读(905)  评论(0编辑  收藏  举报

导航