当前位置:   article > 正文

git bash中文字符显示异常_windows git bash 脚本 输出 gbk

windows git bash 脚本 输出 gbk

git bash中文字符显示异常:
在这里插入图片描述

解决办法:
右键git bash菜单空白处->option->text->local_Cn,GBK->apply->save
再次运行即可.
在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

$ git config --global core.quotepath false   显示 status 编码

$ git config --global gui.encoding utf-8  图形界面编码

$ git config --global i18n.commit.encoding utf-8  提交信息编码

$ git config --global i18n.logoutputencoding utf-8  输出 log 编码

$ export LESSCHARSET=utf-8
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/码创造者/article/detail/806445
推荐阅读
相关标签
  

闽ICP备14008679号