idea拉取代码报错

idea拉取代码报错下面错误

Update failed @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ 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 ED25519 key sent by the remote host is SHA256:tcNnSLQw6Z3fkULdO5bznE0e+rXrZjF7WuIFf6ej+Qg. Please contact your system administrator. Add correct host key in /c/Users/Administration/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /c/Users/Administration/.ssh/known_hosts:7 Host key for 192.168.2.105 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.

解决办法

进到 C:\Users\Administration\.sshknown_hosts删掉,重新拉取代码即可。

相关推荐
cen__y9 小时前
Linux12(Git01)
linux·运维·服务器·c语言·开发语言·git
bukeyiwanshui12 小时前
20260518 Swift实验
git·swift
qziovv13 小时前
Git 回退场景
大数据·git·elasticsearch
来自大山深处的Doge_15 小时前
解决Git提交更新更改时出错: detected dubious ownership in repository at ...
git
嵌入式爱好者hsw18 小时前
Git 部署本地仓库
git
C137的本贾尼18 小时前
Git基本操作(三):版本回退,坐上“时光机”
git
ylifs19 小时前
目的驱动式Git用法
git
来尔君20 小时前
Git Bash 提示符简化(就是每次敲命令时上面显示的那一行信息)
git·命令行
我叫张小白。21 小时前
PyCharm 集成 Git 与 Gitee
git·pycharm·gitee
小雨青年21 小时前
Git Bisect 实战:用二分法快速找到引入 Bug 的提交
git·bug