Warning: Your console font probably doesn‘t suppor

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Warning: Your console font probably doesn‘t suppor相关的知识,希望对你有一定的参考价值。

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了,可以中文了。

以上是关于Warning: Your console font probably doesn‘t suppor的主要内容,如果未能解决你的问题,请参考以下文章

解决:perl: warning: Please check that your locale settings

开机后几秒钟就会出现:Warning!!Your computer chassis has been opening!! 怎样取消

关于warning: Clock skew detected. Your build may be incomplete. 的解决方法

zabbix安装收获-WARNING: 'aclocal-1.14' is missing on your system

解决warning: Clock skew detected. Your build may be incomplete

fon循环总是返回最后值问题