On Sun, 2020-01-05 at 12:12 +0100, Christof Warlich wrote: > Thus, everything looks perfectly fine so far. But the following still > fails: > > > $ git ls-remote git://git.sv.gnu.org/git/gnulib > > fatal: remote error: access denied or repository not exported: > > /git/gnulib
That is not the right URL; you want git://git.sv.gnu.org/gnulib (note the /git subdirectory is removed). When you use https: you need to use /git/gnulib after the hostname, but when you use the git: protocol you just use /gnulib after the hostname.