【已解决】git windows cmd乱码

原创文章,转载请注明: 转载自勤奋的小青蛙
本文链接地址: 【已解决】git windows cmd乱码

20180730122741285

解决windows下cmd中git乱码,只需要执行如下命令即可:

git config --global core.quotepath false 
git config --global gui.encoding utf-8
git config --global i18n.commit.encoding utf-8 
git config --global i18n.logoutputencoding utf-8 
setx LESSCHARSET=utf-8
set LESSCHARSET
pause

可以保存为批处理脚本,以管理员权限执行。

脚本点击下载:git_encode

原创文章,转载请注明: 转载自勤奋的小青蛙
本文链接地址: 【已解决】git windows cmd乱码

文章的脚注信息由WordPress的wp-posturl插件自动生成



|2|left
打赏

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: