美文网首页
将本地Git库内容推到Github不能链接的问题

将本地Git库内容推到Github不能链接的问题

作者: 马光98 | 来源:发表于2018-05-01 13:09 被阅读0次

在将本地Git库推送到Github时,会莫名其妙的报一些错误

如:

$ git push -u origin master

The authenticity of host 'github.com (52.74.223.119)' can't be established.

RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.

Are you sure you want to continue connecting (yes/no)?

Host key verification failed.

fatal: Could not read from remote repository.

解决方案:不能直接回车,要输入yes

相关文章

网友评论

      本文标题:将本地Git库内容推到Github不能链接的问题

      本文链接:https://www.haomeiwen.com/subject/nnvxrftx.html