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

前端 未结 17 908
迷失自我
迷失自我 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 02:49

    I got this problem when I try to clone a git repo in Linux machine.

    the following URL is working for me in windows

    http://swamy@git.swamy.com/scm/project/swamy-main.git
    

    whereas the following URL works in Linux machine and it has https in URL

    https://swamy@git.swamy.com/scm/project/swamy-main.git
    

提交回复
热议问题