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