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.
pycharm中显示:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决方法:
修改C:\Program Files\Git\etc\ssh下ssh_config文件未尾增加:
# Added by git-extra
Host gitblib--IP
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
顺利解决