My git client repeatedly fails with the following error after trying to clone the repository for some time.
git
What could be the issue here?
I got the same issue, I fixed this with trial and error method. I changed the core.compression value until it works.
I started with "git config --global core.compression 1" after 3 attempts
"git config --global core.compression 4" worked for me.