当前位置:   article > 正文

The authenticity of host 'github.com (13.229.188.59)' can't be established.

The authenticity of host 'github.com (13.229.188.59)' can't be established.

在运行

git clone git@github.com:generalized-intelligence/GAAS.git
  • 1

发现系统报了这个错,解决办法:
1、首先在该目录下终端输入:

git config --list
  • 1

查看一下邮箱和用户名是否正常设置,
在这里插入图片描述
如果不是自己的,就按照下面命令设置一下:

git config --global user.name "yourname"

git config --global user.email“your@email.com"
  • 1
  • 2
  • 3

2、git输入命令,按三次回车:

$ ssh-keygen -t rsa -C "your@email.com"(请填你设置的邮箱地址),
  • 1

在这里插入图片描述
3.终端输入,得到密钥

cat ~/.ssh/id_rsa.pub生成新的SSH
  • 1

在这里插入图片描述
4、打开https://github.com/,登陆你的账户,进入设置
进入ssh设置
在这里插入图片描述
在key中将刚刚复制的粘贴进去
在这里插入图片描述
点击add ssh key,
ok!再去试试吧

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号