浙江雁荡山 发表于 2018-1-12 07:25:11

gitlab add sshkey(包括第二个key)

  一 gitlab 添加sshkey
  终端生成key
  1 ssh-keygen -t rsa -C "yourmail@xx.com"//github邮箱地址
  密码验证
  成功标志
https://images2017.cnblogs.com/blog/1163211/201708/1163211-20170807110623721-1797180802.png

  2ssh-add>
  3cat>  4 把key 黏贴到gitlab.comsshkey
  二   添加第二个key

  1 ssh-keygen -t rsa -C "yourmail@xx.com" -f>  2 一的步骤在做一次
页: [1]
查看完整版本: gitlab add sshkey(包括第二个key)