git push ( POSSIBLE DNS SPOOFING DETECTED! )

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

The RSA host key for server-name has changed,

and the key for the corresponding IP address 221.192.153.42

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 a host key has just been changed.

The fingerprint for the RSA key sent by the remote host is

da:82:c3:0c:38:d6:98:7b:a5:ff:28:db:87:42:9a:0e.

Please contact your system administrator.

Add correct host key in /Users/leo/.ssh/known_hosts to get rid of this message.

Offending RSA key in /Users/leo/.ssh/known_hosts:1

RSA host key for server-name has changed and you have requested strict checking.

Host key verification failed.

fatal: Could not read from remote repository.

 

Please make sure you have the correct access rights

and the repository exists.

 

 解决方法:编辑器打开/home/ptian/.ssh/known_hosts文件,找到要连接的服务器,并去除那一行,重新ssh

或者

 

  1. 删除git上的工程
  2. 再建一个工程
  3. 不要让工程的名字和以前一样
  4. 在建工程的时候不要选择ReadMe这一项
  5. 然后按照   简易的命令行入门教程:  走一遍
  6. 再然后  先推送一次空文件夹  在把本地的工程复制过来  
  7. 最后  将本地的工程推送上去
  8. 成功!

猜你喜欢

转载自482739566.iteye.com/blog/2283933