转自: http://blog.youkuaiyun.com/mlq8087/article/details/52174834 亲测可用
使用git上传代码到github时 git status 查看后有中文的话会乱码
Untracked files:
(use “git add …” to include in what will be committed)
reptile/
"\345\255\246\344\271\240\350\277\207\347\250\213\344\270\255Code/\345\255\246\344\271\240\350\277\207\347\250\213\344\270\255Code.zip"
"\347\210\254\350\231\253\345\255\246\344\271\240/"
no changes added to commit (use "git add" and/or "git commit -a")
使用命令 : git config –global core.quotepath false 后 再试 ok正常了