设置问用户名和邮箱后
使用以下命令,下载线上代码
git clone [代码URL]
上传代码
git add -A
git commit -m [文件名称]
git push -u origin master