Github SSH Key

Windows执行以下语句:

1
2
3
4
5
$ cd ~/.ssh
$ ls
$ ssh-keygen -t rsa -C "your_email@example.com"
$ clip < ~/.ssh/id_rsa.pub
$ ssh -T git@github.com