git config --global core.quotepath false 
git config --global gui.encoding utf-8
git config --global i18n.commit.encoding utf-8 
git config --global i18n.logoutputencoding utf-8 
 

 

最后设置环境变量LESSCHARSET=utf-8

linux: 编辑 /etc/profile export LESSCHARSET=utf-8

window: 设置环境变量

git cmd 中文显示乱码

相关文章:

  • 2021-11-30
  • 2021-12-16
  • 2021-09-19
  • 2021-09-24
  • 2021-09-24
  • 2021-11-16
  • 2021-10-12
  • 2021-10-12
猜你喜欢
  • 2021-09-27
  • 2021-12-05
  • 2021-09-19
  • 2021-10-12
  • 2021-11-06
  • 2021-11-06
  • 2021-08-14
  • 2021-11-06
相关资源
相似解决方案