赞
踩
1、vscode第一次上传仓库代码的时候,需要配置一个名字和配置一个邮箱2、命令依次输入 :
git add.
配置名字和邮箱的命令
git config user.name '起一个名字xx'
git config user.email '写一个邮箱xx'
git commit -m '日常更新'
git push
成功的命令