赞
踩
首先打开VScode的终端,进入你要提交的代码所在的目录下,然后
git init
git remote add origin git上的https地址
git add -A
git commit -m "第一次提交"
git push origin master