git相关问题连接

时间:2022-12-17 15:56:33

创建vue相关项目

vue create h5

创建gitee,SSH仓库方便vsc上直接提交

​https://blog.csdn.net/forever__fish/article/details/123555638​

生成key方法

​https://gitee.com/help/articles/4181#article-header0​

系统环境变量添加'ssh-keygen'方法

​https://blog.csdn.net/qq_44774831/article/details/118092872​

克隆项目到本地

git clone "ssh方式的地址"

将vue生成的项目复制到clone下来的文件中,去掉相关依赖包等

最后可以通过VSC暂存和提交代码