侧边栏壁纸
博主头像
seeyou博主等级

Programming makes me happy,Programming every day, happy every day.

  • 累计撰写 34 篇文章
  • 累计创建 2 个标签
  • 累计收到 12 条评论

目 录CONTENT

文章目录
git

git报错Please make sure you have the correct access rights and the repository exists.

seeyou
2021-06-27 / 1 评论 / 0 点赞 / 3,915 阅读 / 1,158 字 / 正在检测是否收录...
温馨提示:
本文最后更新于 2021-09-02,若内容或图片失效,请留言反馈。部分素材来自网络,若不小心影响到您的利益,请联系我们删除。
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 RSA key sent by the remote host is
  SHA256:LN13BX1ApST5JIibTwZ5IUQOpPFr8DcJnAxYEYWNdrk.
  Please contact your system administrator.
  Add correct host key in /c/Users/253009923311927617/.ssh/known_hosts to get rid of this message.
  Offending RSA key in /c/Users/253009923311927617/.ssh/known_hosts:1
  RSA host key for code.sofa4finance.aliyuncs.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.

手动删除(直接delete)下面目录中(具体目录上面的报错中有提示,如:我这个的目录是 /c/Users/253009923311927617/.ssh/known_hosts)know_host文件重新拉取即可

0

评论区