Hi everyone,
I am currently trying to update an existing CL that I created a couple of weeks ago. However, git takes VERY long time ( > 1 hour ) and returns an error without much information
===========================================
git push -vvv origin HEAD:refs/for/main
Pushing to https://chromium.googlesource.com/chromium/src.git
Enumerating objects: 87, done.
Counting objects: 100% (87/87), done.
Delta compression using up to 40 threads
Compressing objects: 100% (54/54), done.
Writing objects: 100% (54/54), 43.86 KiB | 641.00 KiB/s, done.
Total 54 (delta 30), reused 0 (delta 0)
POST git-receive-pack (45063 bytes)
error: RPC failed; HTTP 499 curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date ===========================================
Git always rushes to the POST git-receive-pack (45063 bytes) step and from there it takes a long time to finish.
I already tried recreating the CL with new commit and different Change-Id, but to no avail. Git runs into exactly the same error.
Running git cl presubmit shows no error either.
Do you have an idea what might be causing the problem? Is there anything I can do to improve diagnostics?
Thanks for your help.
Best Regards,
Andre