git-bash - windows上Git bash 查看log乱码
伊谢尔伦
伊谢尔伦 2017-04-28 09:06:06
0
2
511

问题如下图所示:

已尝试
http://tiankonguse.com/blog/?p=117
所用的方法,无法解决~~~

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
Ty80

Terminal input:

git config --global i18n.commitencoding utf-8
git config --global i18n.logoutputencoding gbk

为情所困

Enter in Bash:

git config --global i18n.commitencoding utf-8
git config --global i18n.logoutputencoding gbk
export LESSCHARSET=utf-8

The one upstairs should be missing a sentence

Related links:
/blog/tony/1190000000578037
http://howiefh.github.io/2014/10/11/git-encoding/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!