问题:
Cloning into 'f_inter_twell'...
Unable to negotiate with 10.88.122.14 port 22: no matching host key type found. Their offer: ssh-rsa
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决:在~/.ssh/目录下,新增一个config文件(没有后缀),添加如下内容:
Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa