1
aveline OP 问题解决。
强制使用IPv4的Bitbucket.org即可。。。蛋疼 |
2
vivia 2012-02-15 22:43:50 +08:00
@aveline 我也遇到这个问题了,怎么强制使用ipv4的bitbucket.org?求解。。。
|
3
YvetteM 2012-02-15 22:53:55 +08:00
|
4
vivia 2012-02-15 23:44:34 +08:00
[vivia@centos pythonScripts]$ git clone [email protected]:vivia/pythonscripts.git
Initialized empty Git repository in /home/vivia/pythonScripts/pythonscripts/.git/ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ The RSA host key for bitbucket.org has changed, and the key for the corresponding IP address 180.168.41.175 is unknown. This could either mean that DNS SPOOFING is happening or the IP address for the host and its host key have changed at the same time. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host is 60:9f:95:63:48:97:b1:bc:52:2b:56:a8:d4:6c:9b:39. Please contact your system administrator. Add correct host key in /home/vivia/.ssh/known_hosts to get rid of this message. Offending key in /home/vivia/.ssh/known_hosts:1 RSA host key for bitbucket.org has changed and you have requested strict checking. Host key verification failed. fatal: The remote end hung up unexpectedly ----------------------------------- 原因找到了,DNS污染造成的,更改DNS为8.8.8.8后解决,志之! |