1、首先打开cmd窗口,win+R键,输入cmd,然后更新数据
          git修改用户名与密码
   git config --global user.name "用户名"
   git config --global user.email  "邮箱"
2、查看,显示配置的信息
   git config --list
          git修改用户名与密码
3、如果想清除账户信息,使用如下命令
   git config --system --unset credential.helper

 

相关文章:

  • 2021-11-23
  • 2022-01-17
  • 2021-12-09
  • 2021-10-14
  • 2021-11-12
  • 2021-12-23
  • 2021-11-28
猜你喜欢
  • 2021-09-24
  • 2021-11-12
  • 2021-12-01
  • 2021-06-24
  • 2021-12-06
  • 2021-06-12
  • 2021-12-31
相关资源
相似解决方案