guxuelong

1.配置email及name

git config --global user.email "guxuelong@f-road.com.cn"

git config --global user.name "jaxGu"

 

2.生成密钥:

$ ssh-keygen -t rsa -C “guxuelong@f-road.com.cn”
按3个回车,密码为空。

最后得到了两个文件:id_rsa和id_rsa.pub

3.在github页面上登陆,添加ssh密钥,这要添加的是“id_rsa.pub”里面的公钥。

分类:

技术点:

相关文章:

  • 2021-04-27
  • 2021-07-07
  • 2021-07-27
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-22
  • 2021-05-18
  • 2021-04-13
  • 2021-05-22
  • 2022-01-10
  • 2021-06-19
  • 2021-07-04
相关资源
相似解决方案