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

后端 未结 5 2093
星月不相逢
星月不相逢 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 16:03

    If you are using TortoiseGit for Windows, the easiest way is using the integrated configuration.

    In a file explorer press left mouse button, select TortoiseGit -> Settings. Accept the info message. Now, you can choose if you want to configure the property only for the current project or system whide. For systemwide configuration press "edit systemwide gitconfig" and add the next line to the section [http]:

    postBuffer = 524288000
    

    (it the section [http] doesn't exist, create it)

提交回复
热议问题