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
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!
-----------------------------------------------------------------------------------------------------------------------
Thanks Serglo. But it is still timed out to me.
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.
Great!, thank you for posting your solution!