【发布时间】:2016-05-15 23:57:51
【问题描述】:
我正在尝试连接到通过我的 VPN 工作的存储库。我下载了 Git,当我尝试克隆 repo 时,我收到了这条消息:
Unable to negotiate with XX.XX.XXX.XXX : no matching host key type found . their offer: ssh-dss
我有什么遗漏吗?
【问题讨论】:
-
你的本地用户名和远程机器上的一样吗?也许你的网址是错误的。如果用户名不同,您也必须在 URL 中提供它们,即
git clone remote-user@remote-host:/path/to/repo.git
标签: git ssh version-control repository vpn