当前位置: 代码迷 >> 综合 >> 【Gitlab】Gitlab配置ssh key
  详细解决方案

【Gitlab】Gitlab配置ssh key

热度:79   发布时间:2023-09-13 06:49:08.0

原文地址:GitLab配置ssh key

Gitlab配置ssh key

1.打开本地git bash,使用如下命令生成ssh公钥和私钥对

ssh-keygen -t rsa -C 'xxx@xxx.com' 然后一路回车(-C 参数是你的邮箱地址)

2.然后会出现:Enter file in which to save the key (/Users/yzq/.ssh/id_rsa):

回车

3.如果你的.ssh/id_rsa已经,则会出现:/Users/yzq/.ssh/id_rsa already exists.