Subversion has stopped working with snow leopard install

和自甴很熟 提交于 2019-12-02 04:24:07

You seem to be connecting through SSH. First try to manually ssh into the remote server.

ssh -vvv yoday@192.168.0.6 

Since it's a local address, I assume it's another mac computer and had been upgraded to snow leopard as well, changing the machine fingerprint for SSH, and it's closing the link for your safety (man in the middle attack).

Try to remove ~/.ssh/known_hosts and see if it solves the issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!