git clone isn't working on openssl android project

257 views
Skip to first unread message

rickrvo

unread,
Jul 27, 2011, 9:56:52 AM7/27/11
to Repo and Gerrit Discussion
I followed the instructions on this page:
http://android.git.kernel.org/?p=platform/external/openssl.git;a=summary
and I get this:

Cloning into openssl...
android.git.kernel.org[0: 130.239.17.13]: errno=Connection timed out
android.git.kernel.org[0: 149.20.4.77]: errno=Connection timed out
android.git.kernel.org[0: 149.20.20.141]: errno=Connection timed out
android.git.kernel.org[0: 199.6.1.173]: errno=Connection timed out
android.git.kernel.org[0: 2001:4f8:8:10:1972:112:1:0]: errno=Network
is unreachable
android.git.kernel.org[0: 2001:500:60:10:1972:112:1:0]: errno=Network
is unreachable
android.git.kernel.org[0: 2001:6b0:e:4017:1972:112:1:0]: errno=Network
is unreachable
android.git.kernel.org[0: 2001:4f8:1:10:1972:112:1:0]: errno=Network
is unreachable
fatal: unable to connect a socket (Network is unreachable)

Can some one please explain how I can get these libs? or make them
available for download?

thx in advance

Magnus Bäck

unread,
Jul 27, 2011, 11:50:11 AM7/27/11
to Repo and Gerrit Discussion
On Wednesday, July 27, 2011 at 15:56 CEST,
rickrvo <ric...@hotmail.com> wrote:

> I followed the instructions on this page:
> http://android.git.kernel.org/?p=platform/external/openssl.git;a=summary
> and I get this:

I assume this means you ran the following command?

git clone git://android.git.kernel.org/platform/external/openssl.git

> Cloning into openssl...
> android.git.kernel.org[0: 130.239.17.13]: errno=Connection timed out
> android.git.kernel.org[0: 149.20.4.77]: errno=Connection timed out
> android.git.kernel.org[0: 149.20.20.141]: errno=Connection timed out
> android.git.kernel.org[0: 199.6.1.173]: errno=Connection timed out
> android.git.kernel.org[0: 2001:4f8:8:10:1972:112:1:0]: errno=Network
> is unreachable
> android.git.kernel.org[0: 2001:500:60:10:1972:112:1:0]: errno=Network
> is unreachable
> android.git.kernel.org[0: 2001:6b0:e:4017:1972:112:1:0]: errno=Network
> is unreachable
> android.git.kernel.org[0: 2001:4f8:1:10:1972:112:1:0]: errno=Network
> is unreachable
> fatal: unable to connect a socket (Network is unreachable)
>
> Can some one please explain how I can get these libs? or make them
> available for download?

You probably have a firewall blocking port 9418 (used for git:// URLs).
You can also try cloning the git over HTTPS:

git clone https://review.source.android.com/p/platform/external/openssl.git

I tried both these methods just now and they worked fine.

If you're less interested in the source code history you can always
download a snapshot of the code as a tar ball. See the "snapshot" links
on the GitWeb page that you've visited.

--
Magnus Bäck Opinions are my own and do not necessarily
SW Configuration Manager represent the ones of my employer, etc.
Sony Ericsson

rickrvo

unread,
Jul 28, 2011, 12:33:52 PM7/28/11
to Repo and Gerrit Discussion
yep! with https it did the trick :) thx

On 27 Jul, 16:50, Magnus Bäck <magnus.b...@sonyericsson.com> wrote:
> On Wednesday, July 27, 2011 at 15:56 CEST,
>      rickrvo <rick...@hotmail.com> wrote:
>
> > I followed the instructions on this page:
> >http://android.git.kernel.org/?p=platform/external/openssl.git;a=summary
> > and I get this:
>
> I assume this means you ran the following command?
>
> git clone git://android.git.kernel.org/platform/external/openssl.git
>
>
>
>
>
>
>
>
>
> > Cloning into openssl...
> > android.git.kernel.org[0: 130.239.17.13]: errno=Connection timed out
> > android.git.kernel.org[0: 149.20.4.77]: errno=Connection timed out
> > android.git.kernel.org[0: 149.20.20.141]: errno=Connection timed out
> > android.git.kernel.org[0: 199.6.1.173]: errno=Connection timed out
> > android.git.kernel.org[0: 2001:4f8:8:10:1972:112:1:0]: errno=Network
> > is unreachable
> > android.git.kernel.org[0: 2001:500:60:10:1972:112:1:0]: errno=Network
> > is unreachable
> > android.git.kernel.org[0: 2001:6b0:e:4017:1972:112:1:0]: errno=Network
> > is unreachable
> > android.git.kernel.org[0: 2001:4f8:1:10:1972:112:1:0]: errno=Network
> > is unreachable
> > fatal: unable to connect a socket (Network is unreachable)
>
> > Can some one please explain how I can get these libs? or make them
> > available for download?
>
> You probably have a firewall blocking port 9418 (used for git:// URLs).
> You can also try cloning the git over HTTPS:
>
> git clonehttps://review.source.android.com/p/platform/external/openssl.git
Reply all
Reply to author
Forward
0 new messages