2011-04-06 451 views
4

我想將現有的文件夾上傳到gitHub中。 以下說明我輸入窗口如下:git push origin master failed

$ git remote add origin [email protected]: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. 

這個錯誤是什麼意思,我該如何解決它?

+0

沒有人可以用這個過於簡單的問題有所幫助。我猜你可能會在Windows,但我不知道 – bmargulies 2011-04-06 00:26:04

+0

如果你粘貼確切的錯誤而不是總結,你會得到更好的答案,甚至更好的是,包括你的操作系統,你做什麼來設置你的環境,以及任何東西這可能會有助於你診斷 – Wesley 2011-04-06 00:33:16

+0

好的...我已經添加了更多的細節,認爲這將是一個普遍的問題,任何一個新的github – Codier 2011-04-06 00:33:50

回答

7

this article

  1. 打開膩子
  2. 在Hostname框中,鍵入 github.com並單擊打開
  3. 你會 收到提示服務器的主機 密鑰未緩存在註冊表中。 點擊然後關閉膩子(不 懶得嘗試登錄
  4. GitHub的 主機密鑰現在將被緩存
相關問題