cmder中git log 文乱码

打开设置; Startup-Environment; 添加 set LANG=zh_CN.UTF-8

 

  1. git status时中文文件名乱码

    现象:

    \344\275\240\345\245\275
    

    执行以下命令即可:

    git config --global core.quotepath false

    quotepath解释:

    The commands that output paths (e.g. ls-files, diff), when not given the -z option,will quote "unusual" characters in the pathname by enclosing the pathname in a double-quote pair and with backslashes the same way strings in C source code are quoted. If this variable is set to false, the bytes higher than 0x80 are not quoted but output as verbatim. Note that double quote, backslash and control characters are always quoted without -z regardless of the setting of this variable.

  2. git log 查看提交中含中文乱码

    现象:

    <E4><BF><AE><E6>
    

    修改git全局配置设置提交和查看日志编码都是utf-8

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

    修改git目录下etc\profile文件,设置less的字符集为utf-8

    export LESSCHARSET=utf-8

    修改cmder目录vendor\init.bat文件,添加以下代码,设定cmder编码为utf-8

    @chcp 65001 > nul

    chcp 65001的解释:

    Why is there no option to choose codepage 65001 (UTF-8) as a default codepage in console window

  3. gitk查看中文乱码

    git config --global gui.encoding utf-8

转载于:https://my.oschina.net/sfshine/blog/1829534

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
在Android Studio,当你查看git历史记录时,可能会遇到乱码的问题。这个问题通常是由于编码方式不匹配导致的。在你的引用,提到了一种解决方法,可以尝试一下。 首先,打开Android Studio并点击"git",然后选择"Log Main"来查看git的历史记录。如果你发现其一些commit和git user_name显示乱码,那么问题很可能是由于编码方式不正确引起的。 根据引用提到的解决办法,在Stack Overflow上有一个简单的解决方案。这个解决方案建议将Android Studio的编码方式更改为UTF-8。 你可以按照以下步骤进行操作: 1. 在Android Studio,点击"File"菜单,然后选择"Settings"。 2. 在设置窗口,选择"Editor",然后选择"File Encodings"。 3. 在"Global Encoding"和"Project Encoding"下拉菜单,选择"UTF-8"作为编码方式。 4. 点击"OK"保存更改。 通过更改Android Studio的编码方式为UTF-8,可以解决git历史记录显示乱码的问题。这种更改可以确保Android Studio正确地读取和显示字符。 总结一下,要解决Android Studiogit显示乱码的问题,你可以通过更改Android Studio的编码方式为UTF-8来解决。这样可以确保正确读取和显示字符。希望这个解决方案对你有帮助!如果你还有其他问题,请随时提问。 - 引用来源: Android Studio git显示乱码问题 - 引用来源: Android Studio 3.0之后git log命令查看历史记录乱码问题解决方法 - 引用来源: Android Studio编码方式设置为UTF-8解决git显示乱码问题

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值