参考:https://stackoverflow.com/questions/22827239/how-to-make-git-properly-display-utf-8-encoded-pathnames-in-the-console-window
git config --global core.quotepath off
git的命令行输出正确地显示中文文件名
原文:https://www.cnblogs.com/xiangnan/p/9565881.html