$ git clone ssh:
Cloning into ' '...
ssh_dispatch_run_fatal: Connection to port 端口号: incorrect signature
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决方案:
在安装git目录下打开
vim /etc/ssh/ssh_config
添加上面这句话,OK 文章来源:https://www.toymoban.com/news/detail-779537.html
HostKeyAlgorithms ssh-rsa文章来源地址https://www.toymoban.com/news/detail-779537.html
到了这里,关于git中出现ssh_dispatch_run_fatal: incorrect signature问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!