我正在尝试将现有文件夹上传到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.
此错误意味着什么,我该如何解决?
答案 0 :(得分:7)
来自this article: