本文主要是介绍Push failed Enumerating objects: 266, done. Delta compression using up to 8 threads Total 266 (delta,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Git 提交报错:
Push failed Enumerating objects: 266, done. Delta compression using up to 8 threads Total 266 (delta 45), reused 0 (delta 0) the remote end hung up unexpectedly the remote end hung up unexpectedly unable to rewind rpc post data - try increasing http.postBuffer RPC failed; curl 56 OpenSSL SSL_read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0
git config -l(查看配置的信息)
设置
git config --global http.postBuffer 1048576000
# 单位为 Byte,如 1048576000B 就是 1G
Push一下看看行不行
不行就在设置一下
Core. git config core.compression 9(1-9都是正常的)
假如设置报错:fatal: not in a git directory
Git init
再去配置文件
还是报错就切换到git目录
这篇关于Push failed Enumerating objects: 266, done. Delta compression using up to 8 threads Total 266 (delta的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!