码迷,mamicode.com
首页 > Windows程序 > 详细

git version 2.5.0.windows.1中文乱码问题解决方案

时间:2015-08-27 14:47:45      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:

UI部分

Options->Text

Local:zh_CN,Character set:GBK

~/.GitConfig

[gui]
        encoding = utf-8
[tgit]
        projectlanguage = 2052
[credential]
        helper = wincred
[i18n]
        commitencoding = utf-8
        logoutputencoding = gbk

/etc/profile

最后一行加入如下配置:

export LESSCHARSET=iso8859

 

 

git version 2.5.0.windows.1中文乱码问题解决方案

标签:

原文地址:http://www.cnblogs.com/frankyou/p/4763038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!