生成SSH key

参考文章:https://www.jianshu.com/p/31cbbbc5f9fa/

1、检查SSH keys是否存在

ls -al ~/.ssh

2、生成新的ssh key

ssh-keygen -t rsa -C "[email protected]"

3、将ssh key添加到GitHub中

你可能感兴趣的:(ssh,github,git)