views:

102

answers:

1

I am new to git and repo. I am in window 7 so I use cygwin. I have installed git from cygwin setup. After that I try to repo with the following command in cygwin.

$ repo init-u git://android.git.kernel.org/platform/manifest.git

error like these> bash : repo: command not found

I think I need to make setup in cygwin for repo. What do I need next to get repo. Thanks in advance, hope for help!

+2  A: 

You still need to install repo. repo is a third party tool built on top of git. See: http://source.android.com/source/git-repo.html for how to install

shreddd