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

相关文章: