While using git clone in PhpStorm, I got an error message:
Clone failed
Unable to negotiate with IP ADDRESS port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I then made my own RSA key in and saved it on my computer; also registered it on the server (by server host) where I wanted to get git clone. I've also downgraded my latest PhpStorm version. As a last resort I have also reset my computer and reinstalled PhpStorm.
But I still have that error message in my PhpStorm event log.
Plus, when I first got PhpStorm, I could easily get clone successfully, but suddenly after days, I've got event log entries like that.
Can I get a solution about this, OTL