Results 1 to 4 of 4
I am trying to download the source code for android.
I am on windows machine with msys, mingw32 installed with git
I have successfully download GNU glibc with git for ...
- 09-30-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 87
git ?
I am trying to download the source code for android.
I am on windows machine with msys, mingw32 installed with git
I have successfully download GNU glibc with git for testing purposes put I am now trying to download the source code for android.
I have found on a website that the repository for android is
located atso I tried this and I getCode:git://android.git.kernel.org/kernel/common.git
Code:git clone git://android.git.kernel.org/kernel/common.git
Did google move their repository, where is it ?Code:$ git clone git://android.git.kernel.org/kernel/common.git Cloning into common... android.git.kernel.org[0: 208.68.143.50]: errno=No such file or directory fatal: unable to connect a socket (No such file or directory)
I went to the android site and the have instructions on how to use repo and git to download. I don't want to have to download repo , since I think repo is just a front end for git so you should beable to download android using just git.
any help would be greatly appreciated.
- 10-01-2011 #2kernel.org is down for maintenance, so you'll need to find out where else it may be stored.git://android.git.kernel.org/kernel/common.gitJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-01-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 87
Is their any easy way of figuring out where they would have moved it.
Or at least how long it is going to take before it is back online.
Or some alternative method to getting the source?
- 10-01-2011 #4
When kernel.org was compromised, the source files were migrated to github.com.
I'm not sure if Android files are included, but you could take a look.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote