git push是失败
作者:互联网
今天在git上踩到了一个坑 push false
Enumerating objects: 33, done. Delta compression using up to 8 threads Total 17 (delta 13), reused 0 (delta 0) the remote end hung up unexpectedly the remote end hung
up unexpectedly RPC failed; HTTP 411 curl 22 The requested URL returned error: 411 Length Required
这个问题和上传文件大小的设置导致的
这里git默认的上传的文件大小是1M 大于这个大小的话就会出错
这里就可以解决问题了
引用文章:https://blog.csdn.net/m943917709/article/details/107554088
标签:文件大小,git,end,up,unexpectedly,失败,411,push 来源: https://www.cnblogs.com/yichenbusan/p/14641979.html