天天看点

使用gitk的时候中文显示乱码的问题

解决方案:

在Bash提示符下输入:

git config --global gui.encoding utf-

8

~/.gitconfig 文件可以查看到结果:

[user]

email = [email protected]

name = tingzhu.guo

[gui]

encoding = utf-8

继续阅读