配置 SSH Key 这种事情因为平常不怎么用,很容易忘记。加上换电脑,有的去网上找资料,所以写下这篇文章,目的位的就是方便以后查阅,也希望对大家有些帮助,废话不多说,直接开始:

1.首先查看是否存在,有可以备份删了:

$ cd ~/.ssh
$ ls

2.创建

$ ssh-keygen -t rsa -C "your_email@example.com(你的邮箱地址,一般为 GitHub)"

3.敲回车

4.拷贝公钥

$ clip < ~/.ssh/id_rsa.pub

5.配置 GitHub

6.测试下是否成功

ssh -T git@github.com

出现如下字样就是成功了:

You've successfully authenticated, but GitHub does not provide shell access.

ifelseboyxx
29 声望1 粉丝

沉默是阻塞的主线程,