Warning: Your console font probably doesn't support Unicode

git commit 代码时提示: Warning: Your console font probably doesn‘t support Unicode. If you experience trange characters in the output, consider switching to a TrueType font such as ucida Console!

idea git commit 不支持中文 -m .

依次执行以下命令:中括号里可选

  • git config [--global] core.quotepath off
  • git config [--global] --unset i18n.logoutputencoding
  • git config [--global] --unset i18n.commitencoding

再次git commit就OK了,可以中文了。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • Git是什么 git目前最先进的分布式版本控制系统。 使用git之前,我们先了解git的几个概念 工作区(Work...
    释梦石阅读 729评论 0 1
  • git的三层次配置:当前工程、当前用户全局(global)、系统全局(system) 当前工程: 粒度针对当前操作...
    cdz620阅读 384评论 0 0
  • Add & Commit git init 初始化一个 Git 仓库(repository),即把当前所在目录变成...
    冬絮阅读 4,972评论 0 9
  • git 操作 https://www.cnblogs.com/mengdd/p/3447464.html 廖雪峰的...
    终极蚂蚁阅读 12,104评论 0 0
  • 1.GitHub 有什么用 学习优秀的开源项目开源社区一直有一句流行的话叫「不要重复发明轮子」,某种意义上正是因为...
    Clemente阅读 1,476评论 1 14