Git密钥认证github时出现如下错误:
$ ssh -T git@github.com
The authenticity of host 'github.com (192.30.255.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKY8.
Are you sure you want to continue connecting (yes/no)?
解决方法:
直接输入 yes 回车,这时在ssh目录下除id_rsa,id_rsa.pub文件外,还会生成一个know_hosts 文件。
$ ssh git@github.com
PTY allocation request failed on channel 0
You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.
本文介绍了解决使用SSH密钥认证方式连接GitHub时遇到的常见错误的方法。当尝试通过SSH方式推送代码到GitHub仓库时,可能会收到主机身份验证提示,文章提供了具体的解决步骤。
1万+

被折叠的 条评论
为什么被折叠?



