git clone git@github.com:Unknwon/qiniudrive.git 失败!(怎么回事?)
RSA key fingerprint is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
Are you sure you want to continue connecting (yes/no)?
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
clone自己的项目不会出现这样的提示。这是怎么回事?
git clone git://github.com/Unknwon/qiniudrive.git 成功!
为什么git@github.com:Unknwon/qiniudrive.git 失败了???
git clone git://github.com/Unknwon/qiniudrive.git 这是使用 git 协议。
git@github.com:Unknwon/qiniudrive.git 这是使用 ssh 协议。ssh 会验证对方服务器的 key。它没办法确认服务器出示的 key 是受信的,所以问你这个 key 是不是真的是你要连接的那个服务器的。你没说「yes」所以 ssh 认为你不想继续连接,所以连接失败。