git push失败 error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413

原因:http请求异常
解决方案: 更换为ssh连接方式;
执行命令: git remote set-url origin ssh:地址
再次提交即可

posted @ 2022-05-09 09:03  yibo-du  阅读(597)  评论(0)    收藏  举报