Git push error: RPC failed; result=56, HTTP code = 200 fatal: The remote end hung up unexpectedly fatal

前端 未结 10 1691
执念已碎
执念已碎 2020-12-07 16:24

While doing git push, I receive this error:

Username for \'https://github.com\': Newbie
Password for \'https://Newbie@github.com\':
Counting objects: 11507,          


        
10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 17:06

    Increase the Git buffer size to the largest individual file size of your repo:

    git config --global http.postBuffer 157286400
    

提交回复
热议问题