用 git config 配置用户信息

from:http://www.quanlei.com/2012/03/3053.html

用git config �Clist可以查看当前的git配置列表
如果已经配置了,则会看到user.name 和 user.email的配置信息
如果没有,一般情况下在git提交时会使用机器名,诸如:unknown dev@xxx-PC.(none) 等类型的Author信息,肯定不方便了。
建议都配置明确的user.name 和 user.email信息。
可以通过下面的命令进行配置:
1
2
git config user.name xxx
git config user.email [email protected]
配置完成后可以通过 git config �Clist 查看到


昵  称:
登录  快速注册
验证码:

点击图片可刷新验证码请点击后输入验证码博客过2级,无需填写验证码

内  容:

同时赞一个

你可能感兴趣的:(用户,信息,的)