github ssh key set
文章目录
Git Configration for github
Set User name and email
1 | # Use your own name and email |
Check SSH key
1 | cd ~/.ssh |
Generate SSH key
1 | # Use own email |
get the id_rsa和id_rsa.pub(default)
Add key to ssh-agent
1 | # start the ssh-agent in the background |
Github to set the SSH key from id_rsa.pub
1 | # Test |