1

I am trying to download the CyanogenMod source code (4.4.2) on a Windows PC running Ubuntu via VMPlayer. I can use git and repo on Ubuntu with no problems, however I am looking for a way to download the source with other methods (such as torrent or zip) because I am on a slow and unstable connection and cannot get past the downloading of android_frameworks_base.

All suggestions would be appreciated. Thanks!

dantis
  • 205
  • 2
  • 10

1 Answers1

0

The git archive command with the --remote option could be what you are looking for.

From the git documentation :

--remote=<repo>
Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository.
Mickäel A.
  • 9,012
  • 5
  • 54
  • 71