git常用命令
设置全局账号密码
git config --global user.name "你的GitHub用户名"
git config --global user.email "你的GitHub注册邮箱"
取消全局账号密码
git
2020-02-05