SmartGit无法clone Please check the repository URL.
gitlab切换域名后,smartgit突然不能用了。 解决方案:进入本地.ssh目录下,也就是存放ssh key的地方。默认C:\Users\登录名\.ssh目录下。 修改known_hosts文件,该文件中内容格式是 域名,ip,密钥。将域名改为gitlab新域名即可。重启smartgit。 如果还是报错,检查smartgit使用的是系统的ssh程序还是smartgit的ssh工具,切换下。 来源: oschina 链接: https://my.oschina.net/u/3445128/blog/4295117