当前位置:   article > 正文

git提示:The authenticity of host ‘github.com (13.229.188.59)‘ can‘t be established._vsode git 提示the authenticity of host

vsode git 提示the authenticity of host

问题

本地的git拉取github远程仓库到本地报错信息如下:
问题

解决

git config --global user.email 你的邮箱
git config --global user.name 你的名字
  • 1
  • 2

1、输入ls -al ~/.ssh
在这里插入图片描述
2、输入ssh-keygen -t rsa -C "自己的github账号",然后回车3次

  • key生成成功后用户主目录生成.ssh文件夹。

  • id_rsa是私钥,id_rsa.pub是公钥。
    在这里插入图片描述
    3、查看ssh-key:cat ~/.ssh/id_rsa.pub
    在这里插入图片描述
    4、复制ssh-key到github上的,秘钥信息以ssh-rsa开始,邮箱结束的

  • 登录github,找到Settings=>SSH and GPG keys设置。

  • 点击New SSH key,Title输入框随意,Key输入框填入公钥的内容
    在这里插入图片描述
    在这里插入图片描述
    5、测试是否成功:ssh -T git@github.com

在这里插入图片描述
6、最后就是clone代码就完事啦_(:з」∠)_。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/651486
推荐阅读
相关标签
  

闽ICP备14008679号