标签:bsp com git 用户名 查看 global lob lis --
git配置
$ git config --global user.name "Fred"
$ git config --global user.email xxxxx@xx.com
检查已有的配置信息
$ git config --list
查看用户名
$ git config user.name
标签:bsp com git 用户名 查看 global lob lis --
原文地址:http://www.cnblogs.com/Fred1987/p/6185355.html