Cmder git 中文显示乱码解决方案

2018-10-10 11:44:16 浏览数 (1)

Cmder 是 Windows 下替换原有 cmd 的绝佳工具,但是与默认的 cmd 一样,都与 git 命令行存在一些兼容性问题,比如中文乱码问题。在 Cmder 安装目录下的 config/user-profile.cmd 中添加如下代码,可以解决中文乱码的问题。

代码语言:javascript复制
set LANG=zh_CN.UTF8

添加后的配置文件

添加后重新打开 Cmder 的效果

另外你还可以修改终端起始符号 λ 改成 $,修改 vendor/clink.lua 文件,将

代码语言:javascript复制
"x1b[1;32;40m{cwd} {git}{hg}{svn} nx1b[1;39;40m{lamb} x1b[0m"

替换为 (实际就是将 {lamb} 替换为 $ )

代码语言:javascript复制
"x1b[1;32;40m{cwd} {git}{hg}{svn} nx1b[1;39;40m$ x1b[0m"

参考:https://blog.csdn.net/qq_33304418/article/details/79918123

Post Views: 14

相关

Warning: Missing argument 1 for cwppos_show_review(), called in /home/wwwroot/www.mycode.net.cn/wp-content/themes/flat/content-single.php on line 29 and defined in /home/wwwroot/www.mycode.net.cn/wp-content/plugins/wp-product-review/includes/legacy.php on line 18

Notice: Undefined variable: post_id in /home/wwwroot/www.mycode.net.cn/wp-content/plugins/wp-product-review/includes/legacy.php on line 20

0 人点赞