使用命令:
#不对0x80以上的字符进行quote,解决git status/commit时中文文件名乱码 git config --global core.quotepath false
参考链接:
Git中文显示问题解决