git push origin master失败了

时间:2011-04-06 00:23:01

标签: git github

我正在尝试将现有文件夹上传到gitHub。 按照说明我在windows中输入以下内容:

$ git remote add origin git@github.com:myname/myproject.git

然后

$ git push origin master

我收到以下错误。

The server's host key is not cached in the registery. you have no guarantee that the server is the computer you think it is.
THe server;s rsa2 key fingerprint is:
blah blah blah blah
Connection abandoned.
Fatal : the remote end hung up unexpectedly. 

此错误意味着什么,我该如何解决?

1 个答案:

答案 0 :(得分:7)

来自this article

  1. Open putty
  2. 在“主机名”框中,键入 github.com ,然后点击打开
  3. 您会 收到提示服务器的主机 密钥未缓存在注册表中。 点击,然后关闭Putty(不要 打扰尝试登录
  4. GitHub的 主机密钥现在将被缓存