When I try to recursively clone the riscv-tools
using the following command:
git clone https://github.com/riscv/riscv-tools.git --recursive
I get this error:
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/riscv/riscv-glibc.git' into submodule path '/home/joe/riscv-tools/riscv-gnu-toolchain/riscv-glibc' failed
Failed to clone 'riscv-glibc'. Retry scheduled
Any help would be appreciated.