Github Push Error: RPC failed; result=22, HTTP code = 413

前端 未结 17 880
迷失自我
迷失自我 2020-11-28 02:27

stupid issue with Github going on right now. I have a decent amount of changes (~120MB in size), when I attempt to push, this is what happens:

error: RPC fai         


        
17条回答
  •  北海茫月
    2020-11-28 03:01

    If you are facing this issue while pushing changes in big size then run below command in terminal.

    git config --global http.postBuffer 157286400
    

    See this for more details.

提交回复
热议问题