get on with git

installation of git first

Search for: what is cygwin

http://msysgit.googlecode.com/

what is curl?

Search for: what is curl?

windows gitgui help

Search for: windows gitgui help

windows firewall git protocol

Search for: windows firewall git protocol

why would someone give you a public key?

well that someone want you to be assured that what you are downloading belongs to that someone.

So if google gives a public key, then the git repository of google is gurarenteed to be theirs...


git clone git://git.kernel.org/pub/scm/git/git.git

however I am not able to connect to the android git source

where is android git respository

Search Google for: where is android git respository

Search Android Developers Group for: where is android git respository

Search Android Beginers Group for: where is android git respository

Search Google Code for: where is android git respository

Search Android Issues Database for: where is android git respository

See if this would be of any use

android repo on windows

Search for: android repo on windows

some advise on crazy issues with repo on windows

Using just git to download android soruces

Search for: Using just git to download android soruces


git clone https://android.googlesource.com/platform/manifest.git

git clone https://android.googlesource.com/platform/frameworks/base.git

git clone https://android.googlesource.com/platform/packages/apps/Contacts.git

This will contain the contact provider implementation.


git clone https://android.googlesource.com/platform/packages/providers/ContactsProvider

Here is the dafault.xml as of today that lists the available repositories in android