赞
踩
1、设置和修改用户名
git config --global user.name "你的用户名"
2、设置和修改邮箱
git config --global user.email "你的邮箱"
4、查看用户名
git config user.name
5、查看邮箱
git config user.email
也可以通过查看配置列表的形式看看所有内容
6、查看配置列表
git config --list
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。