Latest X-loader

Hi,

I am trying to clone x-loader from https://git.gitorious.org/x-loader/x-loader.git
but I am getting some errors.
Would someone please be kind to help me.
Where else the git repositories for x-loader are available?

bailamma@ubuntu:~/bbxm/xloader/x-loader150$ git clone
https://git.gitorious.org/x-loader/x-loader.git
Cloning into x-loader...
error: Failed to connect to 2a02:c0:1014::1: Network is unreachable
while accessing https://git.gitorious.org/x-loader/x-loader.git/info/refs

fatal: HTTP request failed

Thanks very much indeed in advance for the help.

Regards,
Malik

Hi,

I am trying to clone x-loader from https://git.gitorious.org/x-loader/x-loader.git
but I am getting some errors.
Would someone please be kind to help me.
Where else the git repositories for x-loader are available?

bailamma@ubuntu:~/bbxm/xloader/x-loader150$ git clone
https://git.gitorious.org/x-loader/x-loader.git
Cloning into x-loader…
error: Failed to connect to 2a02:c0:1014::1: Network is unreachable
while accessing https://git.gitorious.org/x-loader/x-loader.git/info/refs

fatal: HTTP request failed

Clone using the git protocol, this works:

$git clone git://gitorious.org/x-loader/x-loader.git

Looks like you don't have IPv6 connectivity and that's the preferred address.

You could just use this:
   git clone git://87.238.52.168/x-loader/x-loader.git
which would force it to use the actual IPv4 address.

Better yet, get IPv6 connected :slight_smile:

Hi,

I tried your suggestion but did not work. Then I tried - git clone
https://git.gitorious.org/x-loader/x-loader.git.
That also failed with the following message.

bailamma@ubuntu:~/bbxm/xloader/x-loader150$ git clone
https://git.gitorious.org/x-loader/x-loader.git
Cloning into x-loader...
error: Failed to connect to 2a02:c0:1014::1: Network is unreachable
while accessing https://git.gitorious.org/x-loader/x-loader.git/info/refs

fatal: HTTP request failed
bailamma@ubuntu:~/bbxm/xloader/x-loader150$

Can someone please help.

You need to either fix or disable IPv6 on your computer, so in fact,
you did *not* follow my instructions. Did you even try using the
direct IPv4 address as I also suggested?

Also, keep replies on the mailing list so that everyone benefits.