• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting Android source code (Repo & Git) download error

 
Ranch Hand
Posts: 267
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
Feel greats to be back to the forum that gave me my SCJP 5yrs ago..
Ok, i'm now into android. I am trying to get the android source code and getting some nasty errors.
I am currently using Ubuntu 10.04.

When i run the following repo init -u git://android.git.kernel.org/platform/manifest.git
I get the following error:
android.git.kernel.org[0: 199.6.1.176]: errno=Connection refused
android.git.kernel.org[0: 130.239.17.12]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)

I have search for this on the internet and told that port 9418 was blocked.
I have allowed this port on my ubuntu machine. I also have contacted the network person within my office to ensure the ISP is not blocking this port.

I still get the same error.
reply
    Bookmark Topic Watch Topic
  • New Topic