I tried to fetch origin my repository to my new computer, but I can’t fetch origin, and this is the error message.
remote: Enumerating objects: 4123, done.
remote: Counting objects: 100% (4123/4123), done.
remote: Compressing objects: 100% (1441/1441), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 5181 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
And I tried to use $git fetch –unshallow ,it still can’t fetch origin, I don’t know why.It just happen on this repository.
enter image description here
10130581 10130581 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.