RPC failed; result=22, HTTP code = 411

error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

查了一下就是由于原因:默认 Git 设置 http post 的缓存为 1MB,上述代码将其设置为 500MB~

这样的话首先改一下git的传输字节限制~

git config http.postBuffer  524288000


你可能感兴趣的:(code,http,rpc,git,411,=,result=22,failed;)