I got the same initial error, the problem was just git not being installed.
On 11 nov, 17:20, Jean-Baptiste Queru <[EMAIL PROTECTED]> wrote: > Just so that we have a trace in the group archives... The instructions > athttp://source.android.com/downloadshould work on MacOS and linux, > which are the supported environments. Under Windows, which is not a > supported environment, you're indeed on your own. > > Also, you should note that, without usingrepo(which requires MacOS > or linux), you will not be able to contribute changes back to theAndroidOpen > Source Project. Some people have reported success usingrepoin a VMWare > environment running linux, hosted on Windows. > > (Finally, this thread would probably fit better inandroid-platform or > mayberepo-discuss, so thatandroid-developers can remain focused on > discussion topics that primarily target application developers using > the SDK). > > Cheers, > JBQ > > On Mon, Nov 10, 2008 at 2:23 PM, dreamerBoy <[EMAIL PROTECTED]> wrote: > > > Fixed my own problem: > > > Go to: http://android.git.kernel.org/ > > > Depending on your particular interest, you may want other packages but > > you probably definitely want platform/frameworks/base.git > > > Nota Bene: > > > Do ~~NOT~~ go to: > > >http://source.android.com/download > > > Guaranteed, you will waste a few hours struggling withrepo,Python, > > gnugp, key encryption and other things (ask me how I know). > > > Paul > > > On Nov 6, 12:40 pm, dreamerBoy <[EMAIL PROTECTED]> wrote: > >> bash-3.2$ /cygdrive/c/myRepo/repoinit-u > >> git://android.git.kernel.org/platform/manifest.git > >> Traceback (most recent call last): > >> File "/cygdrive/c/myRepo/repo", line 587, in <module> > >> main(sys.argv[1:]) > >> File "/cygdrive/c/myRepo/repo", line 554, in main > >> _Init(args) > >> File "/cygdrive/c/myRepo/repo", line 173, in _Init > >> _CheckGitVersion() > >> File "/cygdrive/c/myRepo/repo", line 202, in _CheckGitVersion > >> proc =subprocess.Popen(cmd, stdout=subprocess.PIPE) > >> File "/cygdrive/c/cygwin/lib/python2.5/subprocess.py", line 593, in > >> __init__ > >> errread, errwrite) > >> File "/cygdrive/c/cygwin/lib/python2.5/subprocess.py", line 1079, in > >> _execute_ > >> child > >> raise child_exception > >> OSError: [Errno 2] No such file or directory > > >> I wouldn't describe myself as aPythonguru. Has anyone been able to > >> overcome and fix this problem? > > >> Thanks much. > > >> Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

