[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后解决,志之!