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.
這個錯誤是什麼意思,我該如何解決它?
沒有人可以用這個過於簡單的問題有所幫助。我猜你可能會在Windows,但我不知道 – bmargulies 2011-04-06 00:26:04
如果你粘貼確切的錯誤而不是總結,你會得到更好的答案,甚至更好的是,包括你的操作系統,你做什麼來設置你的環境,以及任何東西這可能會有助於你診斷 – Wesley 2011-04-06 00:33:16
好的...我已經添加了更多的細節,認爲這將是一個普遍的問題,任何一個新的github – Codier 2011-04-06 00:33:50