git clone 失败并显示“对等方重置连接”

git clone 失败并显示“对等方重置连接”

尝试 git clone RISC-V GNU 工具链 Github 项目时,显示以下错误。我不知道如何摆脱它们。

fatal: read error: Connection reset by peer
fatal: clone of 'git://github.com/riscv/riscv-qemu.git' into submodule path 'riscv-qemu' failed

以下是工具链项目的链接:
https://github.com/riscv/riscv-gnu-toolchain

答案1

正如解释的那样这里远程服务器因某种原因断开了您的连接。这可能是由 valiano 在提到这。快速查看您提到的链接表明您无法访问的子模块路径可以访问这里作为一种解决方法。

答案中链接的来源:

https://stackoverflow.com/questions/1434451/what-does-connection-reset-by-peer-mean

https://stackoverflow.com/questions/17977206/fatal-read-error-connection-reset-by-peer

https://github.com/riscv/riscv-qemu/tree/ff36f2f77ec3e6a6211c63bfe1707ec057b12f7d

相关内容