标签:lob nbsp 用户名 username conf name 修改 user mail
$ git config user.name 查看用户名
$ git config user.email 查看邮箱
$ git config --global user.name "username" 修改用户名
$ git config --global user.email "email" 修改邮箱
标签:lob nbsp 用户名 username conf name 修改 user mail
原文地址:https://www.cnblogs.com/liuq1991/p/9070920.html