> Date: Sun, 6 Jul 2025 15:37:46 -0600 > From: Bob Proulx <b...@proulx.com> > > Eli, > > Eli Zaretskii wrote: > > $ git push > > Counting objects: 4, done. > > Compressing objects: 100% (4/4), done. > > Writing objects: 100% (4/4), 482 bytes | 0 bytes/s, done. > > Total 4 (delta 3), reused 0 (delta 0) > > remote: 2025/06/21 04:54:16 socat[29895] E read(5, 0x561208e76120, 8192): > > Connection refused > > To git.savannah.gnu.org:/srv/git/emacs.git > > 075ebed..dd95447 master -> master > > The error being reported is the socat one, right? > > > remote: 2025/06/21 04:54:16 socat[29895] E read(5, 0x561208e76120, 8192): > > Connection refused
Yes. > The git push otherwise succeeded okay? Yes. > That socat error is due to Corwin's post-receive.udp-syndicate hook > script. Thanks! I hope this will be fixed soon.