解决git extensions 连接git.oschina.net ssh不信任新的IP地址问题

类似问题

    Linux下     http://www.oschina.net/news/42842/git-osc-move-to-new-server

根源

    因为服务器IP地址变更,ssh可能会不信任新的IP地址

错误

       "The server's host key does not match the one PuTTY has cached in the registry "(忘了截图了,就记住这么一点点。)

解决方法

    运行cmd(windows 8 下记得用管理员身份运行),进入存放plink.exe的目录(cd 命令),执行命令: plink.exe git.oschina.net 

    提示:Update cached key? (y/n, Return cancels connection) 

    输入:y

    接着让 login as,甭管了,关闭cmd,问题解决。


你可能感兴趣的:(git,Extensions)