hyperboria / bugs

Peer-to-peer IPv6 networking, secure and near-zero-conf.
153 stars 17 forks source link

Failed to build on IPv6-only host #209

Open marek22k opened 1 year ago

marek22k commented 1 year ago

Hello,

I can't build cjdns on an IPv6-only host because GitHub is only accessible via IPv4. Is it possible to mirror the cjdns on an IPv6 Git?

$ git clone https://github.com/cjdelisle/cjdns.git
Cloning into 'cjdns'...
fatal: unable to access 'https://github.com/cjdelisle/cjdns.git/': Failed to connect to github.com port 443 after 40 ms: Couldn't connect to server

Ping on maintainers: @cjdelisle, @rsalmei

progval commented 1 year ago

Use NAT64 or remind Github support they should fix this

marek22k commented 1 year ago

NAT64 is more about fighting the symptoms rather than the cause. My suggestion would be to create a mirror for the cjdns project (at least for the code).