git push fails: RPC failed; result=22, HTTP code = 411

后端 未结 5 1987
星月不相逢
星月不相逢 2020-12-22 15:32

I have only one branch. For a few months I have been using

git push origin master

to commit to my local repository. Last night after I made

5条回答
  •  隐瞒了意图╮
    2020-12-22 15:40

    You can also do this globally -

    git config --global http.postBuffer 524288000
    

    That will allow all local repos to push up to 500MB of data.

提交回复
热议问题