cmder 中 git status中文乱码的解决方法

一、引言

cmder很方便,但是平时在其中用git时总是git status时中文不能正常显示,今天找了以下解决方法。

二、解决方案

cmder中设置git的配置:

git config --global core.quotepath false

三、Linux bash

在Linux bash下也出现了乱码,经测试,使用此方法也解决了。

四、Windows 10 git-bash

在Windows 10 git-bash下也出现了乱码,经测试,使用此方法也解决了。

参考

  1. git status 显示中文和解决中文乱码_夏虫不可语冰-CSDN博客_git 中文
上一篇:设置vscode终端cmd、powshell、cmder编码为utf-8


下一篇:cmder使用简介