码迷,mamicode.com
首页 > 其他好文 > 详细

git commit 含有中文的代码,提示Warnning:Your console font probably doesn't support Unicode.......

时间:2015-07-20 21:03:45      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

 

git 提交代码是会遇到以下问题,

技术分享

 

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!

这是代码中含有中文导致的,且把代码改为utf-8也是解决不了的,查询了很多资料,最后终于解决啦,现分享给大家:

依次执行以下命令:

git config [--global] core.quotepath off

git config [--global] --unset i18n.logoutputencoding

git config [--global] --unset i18n.commitencoding

再次git commit和git push应该就不会弹出这个note了。

 

 如果还有哪里不清楚的,可以查看github官网上边的解决办法:

https://github.com/msysgit/msysgit/wiki/Git-for-Windows-Unicode-Support

git commit 含有中文的代码,提示Warnning:Your console font probably doesn't support Unicode.......

标签:

原文地址:http://www.cnblogs.com/zh-ya-jing/p/4642904.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!