You are behind the proxy and I guess you cannot download with "git://
android.git.kernel.org/tools/repo.git" (from your log)

You need to update the following two files in your sync dir.

1. .repo/manifest.xml (line 2 - replace this line "git://
android.git.kernel.org" with "http://android.git.kernel.org";)
2. .repo/repo/repo (Line 5 - Replace this line with "git://
android.git.kernel.org/tools/repo.git" with "http://
android.git.kernel.org/tools/repo.git")

It means just you need to change "git" with "http" in the above two
places.

Hope it will download your source.
Thanks


On Jun 28, 12:37 pm, srimathi <reachoutforpa...@gmail.com> wrote:
> we are facing some problems during the download of android source
> code.I We have followed the steps from the below mentioned link.
>             "http://source.android.com/source/download.html";
>
>  we are facing problems while initializing repo.Please find the log
> below.
>
> # repo init -uhttp://android.git.kernel.org/platform/manifest.git
>
> Getting repo ...
>    from git://android.git.kernel.org/tools/repo.git
> Couldn't establish connection to proxy: Network is unreachable
> fatal: The remote end hung up unexpectedly
>
> Please let me know if you have faced similar errors or if you have any
> idea regarding this issue.
>
> NOTE:
> 1.   We are using Ubuntu linux as the development platform.
> 2.We are behind Proxy Server.Will it cause any issue?if so ,how to
> overcome this issue?
> (Followed the steps as mentioned in the 
> linkhttp://stackoverflow.com/questions/2920415/android-source-code-downlo...
> still facing the above mentioned error)

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to