把本地的项目git 到 空的远程仓库

git init

git remote add origin https://github.com/yangzong18/vue_demo.git

git add .

git commit -m '注释'

git push origin master -f
发布了29 篇原创文章 · 获赞 5 · 访问量 7991

猜你喜欢

转载自blog.csdn.net/qq_25194685/article/details/100574643