和Source Tree无关。这个是git的quote behavior的问题。
改一下global的config就好了:
git config --global core.quotepath false
1、source tree界面中的log显示乱码,
需要按照如下方式配置,在命令行下输入:
git config --global i18n.logoutputencoding GB18030
git config --global gui.encoding GB18030
2、sourcetree界面中文文件名乱码, unstaged files显示乱码
在工具tools -选项 option - 一般 general中将编码设置为utf-8
3、在命令行git status时显示中文的unicode编码(类似乱码的,斜杠数字),则需要设置
git config --global core.quotepath false