When running git push origin --force on LLVM with full depth,
Enumerating objects: 6521470, done.
Counting objects: 100% (6521470/6521470), done.
Delta compression using up to 12 threads
Compressing objects: 100% (1112022/1112022), done.
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (6521470/6521470), 2.19 GiB | 475.00 KiB/s, done.
Total 6521470 (delta 5320412), reused 6521470 (delta 5320412), pack-reused 0 (from 0)
fatal: the remote end hung up unexpectedly
Everything up-to-date
I Googled for this, and ALL I found was something like git config http.postBuffer 524288000-ish things, but this is not working. I have re-cloned and done the same thing, just reproducing the same error. Tried on Ubuntu Docker, Ubuntu Host, Windows, WSL, and MSYS2, all the same. Network with speed 200 Mbps did the same.
Is there anything other than http.postBuffer?
My git config list:
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.interactive=true
color.ui=auto
pack.packsizelimit=2g
help.format=html
diff.astextplain.textconv=astextplain
rebase.autosquash=true
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.helper=manager
http.sslbackend=schannel
http.schannelusesslcainfo=false
credential.https://dev.azure.com.usehttppath=true
credential.helper=manager
user.name=username
[email protected]
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
core.compression=0
remote.origin.url=https://github.com/username/repo
remote.origin.fetch=+refs/tags/llvmorg-21.1.5:refs/tags/llvmorg-21.1.5
http.postbuffer=157286400
http.lowspeedlimit=1000
http.lowspeedtime=3600
lfs.repositoryformatversion=0
lfs.https://github.com/username/repo.git/info/lfs.access=basic
safe.directory=C:\path\to\repo