cd ~/.ssh

 

ssh-keygen -t rsa -C "your email"

ssh-add rsa file

ssh-agent bash (if necessary)
ssh-agent -s (if necessary)

vim config

Host gitee.com
IdentityFile ~/.ssh/rsa file
User your email

 

https://blog.csdn.net/talice/article/details/79830153

相关文章:

  • 2021-07-01
  • 2022-12-23
  • 2021-06-28
  • 2021-12-11
  • 2021-09-12
  • 2021-04-02
  • 2022-01-01
猜你喜欢
  • 2022-02-17
  • 2022-12-23
  • 2021-04-03
  • 2021-07-25
  • 2021-09-15
  • 2021-05-22
相关资源
相似解决方案