#### 1. 問題描述 --- 在 Windwos 11 上面使用 git add 時發(fā)現(xiàn)中文名稱的文件名被編碼了,如下圖所示:  #### 2. 解決方案 --- ``` git config --global core.quotepath false ```