1. git bash中无法正常显示中文路径
 ![git bash中无法正常显示中文路径](..\assets\git中文路径编码.png)
```
	
#不对0x80以上的字符进行quote,解决git status/commit时中文文件名乱码

git config --global core.quotepath false
```