Subversion has stopped working with snow leopard install

前端 未结 1 660
野的像风
野的像风 2021-01-25 14:52

With the install of snow leopard access to subversion has stopped working, any one know how I can fix it?

When I click on my repository I get

list svn+ssh//yoda@

相关标签:
1条回答
  • 2021-01-25 15:37

    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.

    0 讨论(0)
提交回复
热议问题