pychram in Terminal git log in Chinese garbled solution

Adding Environment Variables

set LESSCHARSET=utf-8 

Execute the following command

git  config --global core.quotepath false

Unsuccessful execute the following command

git config --global gui.encoding utf-8

git config --global i18n.logoutputencoding utf-8

git config --global i18n.commitencoding utf-8

 

Reference: https://blog.csdn.net/shan_zhi_jun/article/details/84999620

 

Guess you like

Origin www.cnblogs.com/dyd520/p/11856088.html