解决git status中文乱码的问题

Ubuntu下只需要一行:

git config --global core.quotepath false  

core.quotepath设置为false,不会对0x80以上的字符进行quote。中文显示正常。

参考