gerrit里面设置ssh的方法  http://blog.sina.com.cn/s/blog_4d4bc1110101dbxs.html

 

`ssh-keygen -t dsa -b 1024`

dsa 可以用来创建 .ssh文件夹

 

`ssh-keygen -t rsa -b 1024` 生成公钥和私钥

同时注意 gitbash命令需要在 .ssh 文件夹下面执行 

gerrit上sshkey设置问题

 

相关文章:

  • 2021-05-11
  • 2021-04-17
  • 2022-12-23
  • 2022-02-11
  • 2021-10-19
  • 2022-12-23
  • 2021-06-09
  • 2021-11-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-12-14
  • 2021-11-10
  • 2022-12-23
  • 2022-01-11
相关资源
相似解决方案