Unable to negotiate with 123.4.47.238 port 29418: no matching host key type found. Their offer: ssh-rsa,ssh-dss
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
在.ssh文件中创建config文件并添加配置
如果没有则手动创建 .ssh 文件夹
手动添加 config文件
内容 :
Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa