Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1563280
  • 博文数量: 289
  • 博客积分: 11086
  • 博客等级: 上将
  • 技术积分: 3291
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-22 17:06
个人简介

徐小玉的博客。

文章分类

全部博文(289)

文章存档

2023年(6)

2022年(1)

2021年(2)

2020年(9)

2019年(9)

2018年(6)

2017年(10)

2016年(10)

2014年(3)

2013年(4)

2011年(12)

2010年(16)

2009年(14)

2008年(119)

2007年(48)

2006年(20)

我的朋友

分类: 其他UNIX

2023-06-17 15:34:52

 长时间没用Github了,在git push origin master 时,出现:

  WARNING: POSSIBLE DNS SPOOFING DETECTED! 

解决方案:
1:   cd ~/.ssh

    把known_hosts里github那行信息,删除或者注视掉(我选择了注释掉)
2:再运行  git push origin master 出现:
     The authenticity of host 'github.com (*)' can't be established.
ECDSA key fingerprint is ****.
Are you sure you want to continue connecting (yes/no)? 
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,***' (ECDSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

3: 上述问题,需要在Github上更新公钥。更新后再运行就好了。



阅读(456) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~