将github项目clone到本地

劳高爽
2023-12-01

在终端输入

git clone --recursive (在github复制的网址即可)

有时候下载不全的- -

 

gitlab使用:

https://www.jianshu.com/p/038ccb3518f2

 

为github帐号添加SSH keys:

https://blog.csdn.net/keyboardOTA/article/details/7603630

 

Git 连接远程仓库方法

https://blog.csdn.net/u013372487/article/details/52925960

 

使用git克隆gitlab项目、从dev分支上更新代码以及将代码提交到gitlab上面

https://blog.csdn.net/qq_42625211/article/details/81636929

其中git fetch origin dev前面加上git fetch

ps:要再mkdir一个新文件夹 再cd进去 不然就放在主目录上了 很乱

 

Git 如何 clone 非 master 分支的代码

https://gaohaoyang.github.io/2016/07/07/git-clone-not-master-branch/

 类似资料: