Find the answer to your Linux question:
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 ...
  1. #1
    Just 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 at
    Code:
    git://android.git.kernel.org/kernel/common.git
    so I tried this and I get
    Code:
    git clone git://android.git.kernel.org/kernel/common.git
    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)
    Did google move their repository, where is it ?

    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.

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    git://android.git.kernel.org/kernel/common.git
    kernel.org is down for maintenance, so you'll need to find out where else it may be stored.
    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.

  3. #3
    Just 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?

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...