http://threebytesfull.com/2008/04/git-with-and-without-proxy.html Question about that post?
I'm not able to make it work :( I'm using cntlm http://cntlm.awk.cz/ Can you help me to understand what I'm missing! I think the problem is in relation with my understanding of my.socks.server:1080 ?? What should I but there? thx [EMAIL PROTECTED] mydroid]$ cat /usr/local/bin/socks-gw #!/bin/sh # Filename: ~/bin/socks-gw # This script connects to a SOCKS proxy using connect.c /usr/local/bin/connect -S localhost:1080 $@ [EMAIL PROTECTED] mydroid]$ cat /usr/local/bin/socks-ssh #!/bin/sh # Filename: ~/bin/socks-ssh # This script opens an SSH connection through a SOCKS server ssh -o ProxyCommand="/usr/local/bin/socks-gw %h %p" $@ [EMAIL PROTECTED] mydroid]$ $http_proxy bash: http://127.0.0.1:3128: No such file or directory [EMAIL PROTECTED] mydroid]$ ls $GIT_SSH /usr/local/bin/socks-ssh [EMAIL PROTECTED] mydroid]$ ls $GIT_PROXY_COMMAND /usr/local/bin/socks-gw [EMAIL PROTECTED] mydroid]$ repo init -u git://android.git.kernel.org/platform/manifest.git Getting repo ... from git://android.kernel.org/tools/repo.git ERROR: Got error response from SOCKS server: 1 (general SOCKS server failure). FATAL: failed to begin relaying via SOCKS. fatal: The remote end hung up unexpectedly [EMAIL PROTECTED] mydroid]$ On Oct 22, 1:42 pm, "sync qa1" <[EMAIL PROTECTED]> wrote: > Hey there.... > > On Oct 22, 2008 9:09 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

