git修改用户名与密码

1、首先打开cmd窗口,然后更新数据
   git config --global user.name "用户名"
   git config --global user.email  "邮箱"
2、查看,显示配置的信息
   git config --list
         
 

猜你喜欢

转载自www.cnblogs.com/L-Y-F/p/12005984.html