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?
Same error with Bitbucket. Fixed by
git config --global http.postBuffer 500M git config --global http.maxRequestBuffer 100M git config --global core.compression 0