介绍ssh配置参见git🔥 介绍 ssh配置#生成ssh key的名称为githug_blog_keys,慎用容易出现其它异常。$ ssh-keygen -t rsa -C "邮箱地址" -f ~/.ssh/githug_blog_keys 将生成的公钥配置到 github中 参见(git基本使用)[https://blog.csdn.net/qq_21434959/article/category/7512154]