美文网首页
自己创建项目上传到github

自己创建项目上传到github

作者: 43e1f527c136 | 来源:发表于2023-02-12 09:56 被阅读0次

1.cmd创建项目

vue create vue3

2.选择自定义更改vue3配置

3.进入项目重新初始化 选择项目右键git base

4.git init 初始化git

5.git branch -M main 把meast分支重命名mian分支

6.git remote add origin https://github.com/wkpyssa/vue3-videoss.git//自己仓库的地址 添加远程路径

7.git push -u origin main

8.git remote remove origin //删除远程路径如果你要上传不同平台仓库就要更改远程路径

9.查看远程路径 git remote -v

相关文章

网友评论

      本文标题:自己创建项目上传到github

      本文链接:https://www.haomeiwen.com/subject/eafdkdtx.html