On 2025-02-02 12:21, Paul Eggert wrote:
$ wget -S -O- 'https://git.savannah.gnu.org/gitweb/?p=gettext.git'
This worked for me just now.
It works for me now too.
Now it's failing, with different symptoms:
$ wget -S -O- 'https://git.savannah.gnu.org/gitweb/?p=gettext.git'
--2025-02-02 19:08:55--
https://git.savannah.gnu.org/gitweb/?p=gettext.git
Resolving git.savannah.gnu.org (git.savannah.gnu.org)...
209.51.188.78, 2001:470:142:6::78
Connecting to git.savannah.gnu.org
(git.savannah.gnu.org)|209.51.188.78|:443...
... and at this point it hangs indefinitely.
Plain 'git' is hanging too. Though not if I reach through the
round-robin DNS. This command hangs indefinitely from a Gnulib
repository on my workstation:
$ git pull egg...@vcs3.savannah.gnu.org:/srv/git/gnulib.git
whereas this one works:
$ git pull egg...@vcs2.savannah.gnu.org:/srv/git/gnulib.git
So I suspect vcs3 is the culprit somehow.