https下git拉取gitlab仓库源码

复制代码
git init

创建仓库

参考下面创建公私秘钥对

GitLab配置ssh key - 阿豪聊干货 - 博客园

复制代码
Your identification has been saved in /home/xxx/.ssh/id_ed25519
Your public key has been saved in /home/xxx/.ssh/id_ed25519.pub

然后查看对应公钥,复制

复制代码
 cat ~/.ssh/id_ed25519.pub

点最右上角的头像进去ssh配置

然后拉取

复制代码
git clone [email protected]:project_name.git
相关推荐
Python智慧行囊3 小时前
深入理解 Git:从版本控制原理到企业级实践
大数据·git·搜索引擎
tswddd14 小时前
项目:Gitlab HSD CI/CD总结
ci/cd·kubernetes·gitlab
龙智DevSecOps解决方案17 小时前
Git vs Perforce P4:版本控制系统选型指南(附适用场景、团队类型)
git·版本管理·版本控制·perforce
Haoea!1 天前
持续集成 CI/CD-Jenkins持续集成GitLab项目打包docker镜像推送k8s集群并部署至rancher
ci/cd·gitlab·jenkins·rancher
我没想到原来他们都是一堆坏人1 天前
git指令
git
极小狐1 天前
GitLab CVE-2025-4278 安全漏洞解决方案
ci/cd·gitlab·devsecops·devops·gitlab升级·极狐gitlab·安全升级
weixin_491865161 天前
git新建一个分支到gitlab项目目录中
git·gitlab
极小狐1 天前
GitLab CVE-2025-0673 安全漏洞解决方案
ci/cd·gitlab·devsecops·devops·gitlab升级
菜鸡爱玩2 天前
Git详解
git
生信研究猿2 天前
使用git上传项目到github
git·github