The remote end hung up unexpectedly while git cloning

后端 未结 30 2653
旧时难觅i
旧时难觅i 2020-11-22 09:02

My git client repeatedly fails with the following error after trying to clone the repository for some time.

What could be the issue here?

30条回答
  •  失恋的感觉
    2020-11-22 09:33

    Same error with Bitbucket. Fixed by

    git config --global http.postBuffer 500M
    git config --global http.maxRequestBuffer 100M
    git config --global core.compression 0
    

提交回复
热议问题