gitbash 不支持中文处理(中文字符被转义)
-
尝试修改 右键 --
Options--Text--Character set选中UTF-8无效 -
使用
git命令$ git config --global core.quotepath false有效果 git status输出, 中文文件名显示为转义字符编码(乱码)
转载于:https://juejin.im/post/5a31ee4bf265da43333e6a49
尝试修改 右键 -- Options -- Text --Character set 选中UTF-8 无效
使用git 命令 $ git config --global core.quotepath false 有效果 git status输出, 中文文件名显示为转义字符编码(乱码)
转载于:https://juejin.im/post/5a31ee4bf265da43333e6a49