其他分享
首页 > 其他分享> > cmder 中 git status中文乱码的解决方法

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 中文

标签:cmder,status,中文,git,乱码,bash
来源: https://blog.csdn.net/qq_31646657/article/details/115338698