git status不能显示中文

解决方法 

git config --global core.quotepath false

git 中文乱码解决

 

解决git bash 终端显示中文乱码

在git bash的界面中右击空白处,弹出菜单,选择选项->文本->本地Locale,设置为zh_CN,而旁边的字符集选框选为UTF-8。

英文显示则是:
Options->Text->Locale改为zh_CN,Character set改为UTF-8

git 中文乱码解决git 中文乱码解决

 

 

 

 

 

 

 

 

相关文章:

  • 2021-06-06
  • 2021-09-17
  • 2022-01-09
  • 2021-08-19
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2022-03-02
  • 2022-12-23
  • 2021-11-06
  • 2021-06-19
  • 2021-11-18
相关资源
相似解决方案