首页 > 其他分享 >pycharm拉取git报错“WARNING: POSSIBLE DNS SPOOFING DETECTED!”

pycharm拉取git报错“WARNING: POSSIBLE DNS SPOOFING DETECTED!”

时间:2022-08-31 17:33:52浏览次数:64  
标签:git changed POSSIBLE host WARNING 报错 key ECDSA

【现象】

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ The ECDSA host key for gitlab.xxx.com has changed, and the key for the corresponding IP address xx.xx.xx.100 is unknown. This could either mean that DNS SPOOFING is happening or the IP address for the host and its host key have changed at the same time. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ECDSA key sent by the remote host is SHA256:6OtS8J1pqPqYS/SuoTO7PZp41heQhfwhkPpZI9nlmRk. Please contact your system administrator. Add correct host key in /c/Users/xxxx/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /c/Users/xxxx/.ssh/known_hosts:1 ECDSA host key for gitlab.dmall.com has changed and you have requested strict checking. Host key verification failed. Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

【解决方案】

删除.ssh中的 known_hosts文件,删除后,重新拉取成功。

 

标签:git,changed,POSSIBLE,host,WARNING,报错,key,ECDSA
From: https://www.cnblogs.com/tianpin/p/16643876.html

相关文章

  • 极狐gitlab数据手动导出导入测试
    极狐gitlab数据手动导出导入测试本文主要测试从源极狐gitlab实例手动迁移数据到目标极狐gitlab实例的可行性。1.源极狐gitlab实例版本:极狐gitlabv14.10.01.1用户信......
  • 《穿越时空的git》之创建版本库和常用命令操作
    ⬇️点击“下方链接”,提升测试核心竞争力!>>更多技术文章分享和免费资料领取Git是一个开源的分布式版本控制系统,可以有效、高速地处理从很小到非常大的项目版本管理。Git......
  • Kali Sublist3r 报错解决办法
    直接将Sublist3r.py中文件的内容替换为下面的即可具体的更改的东西改了很多地方就不细说了,直接复制粘贴如果遇到Error:Virustotalprobablynowisblockingour reque......
  • 【翻译】一个成功的 Git 分支模型
    【翻译】一个成功的Git分支模型在这篇文章中,我将向你们介绍一个开发模型,早在差不多一年前,我已经将这个模型应用于我的多个项目,而事实证明,这个模型是非常成功的。其实这......
  • windows使用/服务(4)tomcat7启动报错:The JRE_HOME environment variable is not defined
    参考文档:启动tomcat时报错:TheJRE_HOMEenvironmentvariableisnotdefinedcorrectly的解决方案报错:PSD:\jbpro\tomcat\bin>.\catalina.batrunTheJRE_HOMEe......
  • 使用离线安装包搭建gitlab服务器
    1下载Gitlab服务器软件包下载地址:https://packages.gitlab.com/gitlab/gitlab-ce选择自己需要的版本下载即可,我是用的是centos7,所以我下载的是gitlab-ce-15.3.2-ce.0.e......
  • git教程
    https://www.runoob.com/git/git-tutorial.html  Git创建仓库本章节我们将为大家介绍如何创建一个Git仓库。你可以使用一个已经存在的目录作为Git仓库。  ......
  • 程序报错:UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 2: il
    当我输入代码,读取文件的时候file=open('a.txt','r')print(file.readlines())file.close()结果报这个错:  一看,发现编码出错了,百度了一下,原来open函数其中的encod......
  • 100 个常见错误「GitHub 热点速览 v.22.35」
    本周的特推非常得延续上周的特点——会玩,向别人家的女朋友发送早安。这个错误是如何发生的呢?如何有效避免呢?自己用daily_morning免部署、定制一个早安小助手给女友吧。......
  • Hexo+Gitee免费搭建静态博客
    前言这是一篇利用GittePages+hexo搭建属于自己博客的教程,也是自己这个博客搭建好以后的第一篇文章,搭建的过程中也参考了各路大佬的文章,期间遇到了一些问题,所以写这一......