github ssh 设置

首先使用命令

ssh-keygen

生成一个密匙和一个公匙

在C:\Users\***\.ssh下面你会看到

id_rsa 和 id_rsa.pub

让后我们去

图片说明

然后把id_rsa.pub这个公匙粘贴进去就好。

文章目录