赞
踩
查看用户名 :git config user.name
查看密码: git config user.password
查看邮箱:git config user.email
git config --global user.name "xxxx名称"
git config --global user.email "xxxx.com邮箱"
git config --global user.password "xxxxx密码"
使用
git config --list
查看已设配置
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。