sourceTree在工作区预览代码中文都变成乱码commit后并且push到远程仓库,上远程仓库预览文件,中文又是显示utf-8的,请问我本地的sourceTree改怎么修复?
It has nothing to do with Source Tree. This is a problem with git's quote behavior.
Just change the global config:git config --global core.quotepath false
git config --global core.quotepath false
It has nothing to do with Source Tree. This is a problem with git's quote behavior.
Just change the global config:
git config --global core.quotepath false