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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM