修复git的user.name设置错误

$ git config --global --unset user.name               // 重置
warning: user.name has multiple values
$ git config --global --unset user.name xxx
warning: user.name has multiple values
$ git config --global --unset user.name xxx
warning: user.name has multiple values
$ git config --global --unset user.name xxx
$ git config --list --global
[email protected]
user.name=xxx



你可能感兴趣的:(修复git的user.name设置错误)