先来一顿操作

  

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

 

 

cmd 中

  set LESSCHARSET=UTF8

 

powershell 中

  $env:LESSCHARSET='utf-8'

 

 

  

相关文章:

  • 2021-12-05
  • 2021-09-29
  • 2021-06-03
  • 2021-12-09
  • 2022-02-25
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-26
  • 2021-06-15
  • 2022-01-01
  • 2021-07-02
  • 2021-10-04
  • 2021-08-11
  • 2022-01-18
相关资源
相似解决方案