1. git bash中无法正常显示中文路径  ``` #不对0x80以上的字符进行quote,解决git status/commit时中文文件名乱码 git config --global core.quotepath false ```