Stream: committers/git-help
Topic: git clone failing "transfer closed"
Rik Smithies (Oct 26 2018 at 13:14):
I can't clone the repository today. Anyone seen this:
git clone https://github.com/HL7/fhir.git
Cloning into 'fhir'...
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: early EOF
fatal: the remote end hung up unexpectedly
fatal: index-pack failed
Have tried via GUI/tortoise and on command line. Have tried increasing my "postButter" setting.
Grahame Grieve (Oct 26 2018 at 13:18):
sounds like proxy problem?
Rik Smithies (Oct 26 2018 at 13:25):
As far as I know I am not using a proxy. I haven't deliberately changed any settings and it was fine til lately.
Rik Smithies (Oct 26 2018 at 13:26):
it gets half way before failing, I cut that out:
remote: Enumerating objects: 141, done.
remote: Counting objects: 100% (141/141), done.
remote: Compressing objects: 100% (90/90), done.
error: RPC failed; curl 18 transfer closed with outstanding read data fremaining
Grahame Grieve (Oct 26 2018 at 13:30):
https://stackoverflow.com/questions/38618885/error-rpc-failed-curl-transfer-closed-with-outstanding-read-data-remaining ... not helpful, really
Rik Smithies (Oct 26 2018 at 13:39):
yes I've read all that thanks. It's not a slow connection. I've increased buffer. Tried "--depth 1". Tried different machine. Have updated git to 2.19.1. I am hoping I don't need to generate an SSH key.
Last updated: Apr 12 2022 at 19:14 UTC