首页 > 其他 > 详细

Warning: Your console font probably doesn‘t suppor

时间:2018-03-27 18:37:02      阅读:197      评论:0      收藏:0      [点我收藏+]

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

原文:http://blog.51cto.com/coffee/2091725

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!