unable to run:~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.3_r1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

unable to run:~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.3_r1

3,311 Views
kwang
Contributor II

Hi;

When I was trying to do:

$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$ chmod a+x ~/bin/repo

$ ~/bin/repo init -u https://android.googlesource.com/platform/manifest -b android-4.4.3_r1

I got:

Get https://gerrit.googlesource.com/git-repo

fatal: unable to access 'https://gerrit.googlesource.com/git-repo/': Failed to connect to gerrit.googlesource.com port 443: Connection timed out

Is googlesource site down or something has changed?

Thanks.

Ken

Labels (2)
4 Replies

1,122 Views
SergioSolis
NXP Employee
NXP Employee

Hello Kan,

It has happened to me that the googlesource site is not responding and after a couple of hours it works, have you tried it again?


Have a great day,
Sergio

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

1,122 Views
kwang
Contributor II

Thanks Serglo. But it is still timed out to me.

0 Kudos

1,122 Views
kwang
Contributor II

I am running ubuntu on a VM box, I added this in .gitconfig then it works:

[http]

     proxy = http://company:port

Thanks to you all.

1,122 Views
SergioSolis
NXP Employee
NXP Employee

Great!, thank you for posting your solution!

0 Kudos