#git# #ssh# ssh_dispatch_run_fatal: incorrect signature
$ git clone ssh://shaitgrt01:29418/mcu/s32kCloning into 's32k'...ssh_dispatch_run_fatal: Connection to 192.168.90.10 port 29418: incorrect signaturefatal: Could not read from remote repository.Please
·
$ git clone ssh://shaitgrt01:29418/mcu/s32k
Cloning into 's32k'...
ssh_dispatch_run_fatal: Connection to 192.168.90.10 port 29418: incorrect signature
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

解决方案:
管理员方式支行Git Bash

vim /etc/ssh/ssh_config
添加一行:HostKeyAlgorithms ssh-rsa

在执行git clone ssh:即可...

更多推荐
所有评论(0)