通过看git的源码,找到了解决方案: core.quotepath设为false的话,就不会对0x80以上的字符进行quote。中文显示正常 git config --global core.quotepath false