美文网首页
git常见报错

git常见报错

作者: yanghanbin_it | 来源:发表于2017-06-09 10:23 被阅读0次

warning: LF will be replaced by CRLF in xxxxx

git config --global core.autocrlf false

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

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

相关文章

网友评论

      本文标题:git常见报错

      本文链接:https://www.haomeiwen.com/subject/gfctqxtx.html