乐趣区

win10创建ssh公钥

打开 power shell,输入

ssh-keygen -t rsa -C "这里写注释,方便辨别"
// 一路回车就可以, 然后查看公钥,复制到 github 等网站设置里
cat ~\.ssh\id_rsa.pub

退出移动版