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
 
					
				
		
 SergioSolis
		
			SergioSolis
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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!
-----------------------------------------------------------------------------------------------------------------------
 
					
				
		
 SergioSolis
		
			SergioSolis
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Great!, thank you for posting your solution!
