#### 1. 问题描述 --- 在 Windwos 11 上面使用 git add 时发现中文名称的文件名被编码了,如下图所示:  #### 2. 解决方案 --- ``` git config --global core.quotepath false ```