ssh秘钥配置
Git Bash on Windows / GNU/Linux / macOS / PowerShell:
检查秘钥是否存在
cat ~/.ssh/id_rsa.pub
如果存在,直接粘贴秘钥,不存在,继续操作.
创建一个新的秘钥:
ssh-****** -t rsa -C “[email protected]” -b 4096
之后可以直接按enter键进行跳过三个步骤.
提示创建成功后,粘贴秘钥
cat ~/.ssh/id_rsa.pub | clip
把秘钥放到GitLab上对应的位置,点击添加完成.
【ssh秘钥配置】

相关文章:

  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-11-19
  • 2021-08-01
  • 2021-04-21
猜你喜欢
  • 2021-08-18
  • 2021-12-04
  • 2021-07-16
  • 2021-08-10
  • 2021-10-06
  • 2021-12-25
  • 2021-11-06
相关资源
相似解决方案