Answers for "git clone error: rpc falló; curl 18 transfer closed with outstanding read data remaining"

2

error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly

$ git clone http://github.com/large-repository --depth 1
$ cd large-repository
$ git fetch --unshallow
Posted by: Guest on March-15-2021

Browse Popular Code Answers by Language