当前位置:   article > 正文

git中的ssh_git 中的ssh是什么

git 中的ssh是什么

参考:
https://blog.csdn.net/qq_31411389/article/details/53518507

gitbash中:

ssh-keygen -t rsa

  • 1
  • 2

生成成功:

Your identification has been saved in /c/Users/xxxxxx/.ssh/id_rsa. // 文件目录
// .......
The key's randomart image is:
+---[RSA 2048]----+
|  =+o            |
| ..=             |
| .o   . .        |
|o..  o + .       |
|=. E+.* S        |
|=*.=o+ +         |
|Bo=*+ +          |
|+==o+o           |
|.=*=+o           |
+----[SHA256]-----+

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15

在gitlab中:setting中:SSH Keys
把id_rsa.pub复制进去,这样就可以了(多个key也没事,不用删除其他的)

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号