GitHub 拉取远程仓库到本地错误:The authenticity of host 'github.com (13.229.188.59)' can't be established.

  1.在 github 上创建了个人仓库 通过 git 同步到本地时发生了以下错误: 原因是连接 Git 时使用的是 SSH 进行连接,因此第一次连接时需要验证 GitHub 服务器上的 Key,这时需要我们在本地生成 Key 并配置到 GitHub 服务器中。 2. 使用以下命令 2.1  ls -al ~/.ssh 2.2 ssh-keygen -t rsa -C "github用户名",依
相关文章
相关标签/搜索