Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hos

xiaoxiao2021-02-27  222

GIT技术学习,更多知识请访问https://www.itkc8.com

这个应该是很多github新手经常出错的问题,这个就是没有在你github上添加一个公钥。

下面就直接说步骤:

1 可以用 ssh -T git@github.com去测试一下

图上可以明显看出缺少了公钥

2 直接上图

3. cat 一下  把出现的key 复制下来

4 .在github上添加刚刚生成的公钥

GIT技术学习,更多知识请访问https://www.itkc8.com

转载请注明原文地址: https://www.6miu.com/read-8960.html

最新回复(0)