Git: error: RPC failed; result=22, HTTP code = 411

前端 未结 1 1719
误落风尘
误落风尘 2020-12-12 12:26

Symptoms:

Git suddenly refused to push a repository (to github in my case):

$ git push
Counting objects: 9292, done.
Delta compressi         


        
相关标签:
1条回答
  • 2020-12-12 13:28

    Here is what helped, the following command increases git buffer to 500mb:

    git config http.postBuffer 524288000
    
    0 讨论(0)
提交回复
热议问题