向远程仓库推送时:RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large错误!
解决办法是:
在git bash中执行:git config http.postBuffer 524288000
成功后,再次提交
postBuffer改为最大50M
技术笔记&记录生活点滴
向远程仓库推送时:RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large错误!
解决办法是:
在git bash中执行:git config http.postBuffer 524288000
成功后,再次提交
postBuffer改为最大50M