Im trying to download the source code of original Android Alarm Clock via git but Im only getting errors:
git clone git://android.git.kernel.org/platform/development.git
Cloning into development...
android.git.kernel.org[0: 149.20.4.77]: errno=No error
fatal: unable to connect a socket (No error)
Any advices?
Is there any other way how to get to the code?
github mirrors all the android projects. You can access the same repo from git://github.com/android/platform_development.git .