git clone git@github.com:xxx/test.git报错:
Cloning into 'test'...
Connection reset by 13.229.188.59 port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git clone时就出现上述错误,尝试了网上的很多方法都不行:
将上述的远程仓库地址git@github.com:xxx/test.git 修改为使用https协议: https://github.com/xxx/test.git,就能进行clone
本文探讨了在使用SSH协议克隆GitHub仓库时遇到的连接重置错误,并分享了一个解决方案:通过修改远程仓库地址从SSH协议改为HTTPS协议,成功完成了克隆操作。同时,文章呼吁遇到相同问题并使用SSH解决的读者分享他们的解决方法。

3万+

被折叠的 条评论
为什么被折叠?



