• 设置用户名
    git config --global user.name taotaoo
  • 设置密码
    git config --global user.password taotaoo
  • 查看所有配置
    git config --list

相关文章:

  • 2022-12-23
  • 2021-07-28
  • 2021-11-22
  • 2022-12-23
  • 2021-10-03
猜你喜欢
  • 2021-08-02
  • 2021-12-25
  • 2021-09-02
  • 2021-09-27
  • 2021-08-03
  • 2022-12-23
  • 2021-09-14
相关资源
相似解决方案