Topic: problem with IPV6 and git ?
Hi
I don't know if it's relared to the power failure on 3 of july, but git access using ipv6 doesn't work anymore as reported by several users.
this doesn't work :
LC_ALL=C git clone -nv -6 git://git.tuxfamily.org/gitroot/hatari/hatari.git
Cloning into 'hatari'...
Looking up git.tuxfamily.org ... done.
Connecting to git.tuxfamily.org (port 9418)
it hangs forever
but when forcing ipv4 it works :
LC_ALL=C git clone -nv -4 git://git.tuxfamily.org/gitroot/hatari/hatari.git
Cloning into 'hatari'...
Looking up git.tuxfamily.org ... done.
Connecting to git.tuxfamily.org (port 9418) ... 212.85.158.6 done.
remote: Counting objects: 52235, done.
this is from some PC with working IPV6 connectivity, so it seems the problem is specific to tuxfamily site.
Any idea ?
Nicolas