转自: 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正常了
本文介绍了一种解决使用Git上传代码到GitHub过程中遇到的中文乱码问题的方法。通过设置Git配置项core.quotepath为false来避免状态查看时出现乱码。
1198

被折叠的 条评论
为什么被折叠?



