Github使用命令—检出
git clone 链接地址
–设置全局email
git config —global user.email "fuguto@126.com"`–设置全局用户名
git config —gl
2019-07-13