I try last post didnt work: because I dont' have /bin/socket. I will
need to try this one: 
http://threebytesfull.com/2008/04/git-with-and-without-proxy.html

FIRST TRY:::::::

http://groups.google.com/group/fa.linux.kernel/browse_thread/thread/2155bdd213258f7a/e65c263fad46df5d?lnk=st&q=Git+proxy#e65c263fad46df5d

FROM POST:::
export GIT_PROXY_COMMAND=/usr/local/bin/proxy-cmd.sh

and proxy-cmd.sh is just single-line command glued from what I found
available in /bin:

#! /bin/bash

(echo "CONNECT $1:$2 HTTP/1.0"; echo; cat ) | socket
proxy.ourcompany.com 3128 | (read a; read a; cat )

RESULTS:::::::::
[EMAIL PROTECTED] mydroid]$ repo init -u 
git://android.git.kernel.org/platform/manifest.git
Getting repo ...
   from git://android.kernel.org/tools/repo.git
/usr/local/bin/proxy-cmd.sh: line 3: socket: command not found
cat: write error: Broken pipe
/usr/local/bin/proxy-cmd.sh: line 4: 127.0.0.1: command not found
fatal: The remote end hung up unexpectedly
[EMAIL PROTECTED] mydroid]$

On Oct 22, 12:10 pm, kapare <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] mydroid]$ repo init -u 
> git://android.git.kernel.org/platform/manifest.git
> Getting repo ...
>    from git://android.kernel.org/tools/repo.git
> android.kernel.org[0: 204.152.191.45]: errno=Connection timed out
> android.kernel.org[0: 204.152.191.13]: errno=Connection timed out
> fatal: unable to connect a socket (Connection timed out)
> [EMAIL PROTECTED] mydroid]$
>
> On Oct 22, 11:59 am, kapare <[EMAIL PROTECTED]> wrote:
>
> >http://source.android.com/download
>
> > I google to found git solution for proxy but did not found proper one
> > do have suggestion?
>
> > I'm using /etc/init.d/cntlmd
>
> > thx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to