zhanzengyu/AndroidNote

zsh git log 乱码

zhanzengyu opened this issue · 0 comments

该方案是解决使用普通命令,比如 ls 显示中文文件夹没问题,但是 git log 查看 commit 信息中文乱码问题。

~/.zshrc 追加下面两行

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

然后执行 source ~/.zshrc 让配置生效即可