摘要:
✅ GitLab配置ssh key 硬件: MacBook Pro 需求: 系统生成Key,并配置到GitLab上 步骤: 1.本地生成ssh公钥和私钥对 2.查看本机ssh公钥 3.在GitLab增加SSH Kyes 1.本地生成ssh公钥和私钥对 出现: 表示.ssh/id_rsa已经 设置你的 阅读全文
posted @ 2020-02-29 21:47
zhuyuliang
阅读(218)
评论(0)
推荐(0)
摘要:
### 硬件: MacBook Pro### 需求: 系统生成Key,并配置到GitLab上### 步骤: 1.本地生成ssh公钥和私钥对 2.查看本机ssh公钥 3.在GitLab增加SSH Kyes -------#### 1.本地生成ssh公钥和私钥对```ssh-keygen -t rsa -C 'xxx@xxx.com' 然后一路回车(-C 参... 阅读全文
posted @ 2020-02-29 21:46
zhuyuliang
阅读(206)
评论(0)
推荐(0)