git 克隆失败并显示“ssh_dispatch_run_fatal”

edi*_*xue 5 git

我已经配置了ssh密钥,但仍然无法成功git克隆。错误信息是:

git clone git@gitlab.alibaba-inc.com:alimail-frontend/ragusa.git
Cloning into 'ragusa'...
remote: Counting objects: 108885, done.
Corrupted MAC on input. (76220/108885), 19.05 MiB | 7.62 MiB/s
ssh_dispatch_run_fatal: Connection to 100.67.155.102 port 22: message authentication code incorrect
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Run Code Online (Sandbox Code Playgroud)

我不知道如何解决它。是不是git配置有问题?

小智 1

Cloning into 'cacovid_website'...
remote: Enumerating objects: 2983, done.
remote: Counting objects: 100% (448/448), done.
remote: Compressing objects: 100% (307/307), done.
ssh_dispatch_run_fatal: Connection to 140.82.121.4 port 22: message authentication code incorrect
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Run Code Online (Sandbox Code Playgroud)

这很可能是网络连接不良的问题。我在使用 ssh 从 Github 克隆存储库时遇到类似的错误