Hello, Petr Vandrovec <petr@vmware.com> wrote:With above usage on GIT_PROXY_COMMAND, I still have problem on connection with remote git repository. I also tried setting http_proxy directly but the same result. It's first usage of git in our network. Well, need I enable the git port 9418 at proxy server? Or did I miss sth or what? I use git-2006-05-14.tar.gz package on FC3. Method I : Use GIT_PROXY_COMMAND [root@sam u-boot]# git clone \ git://www.denx.de/git/u-boot.git u-boot-denx.git fatal: exec failed fetch-pack from 'git://www.denx.de/git/u-boot.git' failed. [root@sam u-boot]# git clone \ http://parisc-linux.org/git/linux-2.6.git/ parisc-2.6 Cannot get remote repository information. Perhaps git-update-server-info needs to be run there? [root@sam u-boot]# /usr/local/bin/proxy-cmd.sh #! /bin/bash (echo "CONNECT $1:$2 HTTP/1.0";echo;cat) | socket <um> <pwd> 192.168.40.99 80 | (read a;read a;cat) Method II : Use http_proxy directly [root@sam u-boot]# export \ http_proxy="http://<username>:<pwd>@192.168.40.99:80" [root@sam u-boot]# git clone \ http://parisc-linux.org/git/linux-2.6.git/ parisc-2.6 Cannot get remote repository information. Perhaps git-update-server-info needs to be run there? [root@sam u-boot]# git clone \ git://www.denx.de/git/u-boot.git u-boot-denx.git fatal: unable to connect a socket (Connection timed out) fetch-pack from 'git://www.denx.de/git/u-boot.git' failed. [root@sam u-boot]# Thanks in advance, Sam P.S. I forward this thread from LKML for better discussion. Hope Petr wouldn't mind. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| David Miller | [GIT]: Networking |
| Bron Gondwana | BUG: mmapfile/writev spurious zero bytes (x86_64/not i386, bisected, reproducable) |
| Andrea Arcangeli | [PATCH 00 of 11] mmu notifier #v16 |
| Fred . | Please add ZFS support (from GPL sources) |
git: | |
| Sergei Organov | Newbie: report of first experience with git-rebase. |
| James | git push refspec problem |
| Yin Ping | How to merge git://repo.or.cz/git-gui into git.git |
| Alexander Gladysh | [Q] Encrypted GIT? |
| "Günter Zimmermann" | harddisk impact on routing firewall performance/throughput |
| Douglas A. Tutty | how get colour mutt when ssh from OBSD? |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| James Hartley | scp batch mode? |
| YAMAMOTO Takashi | rbtree for vm_map |
| Bill Studenmund | Re: Melting down your network [Subject changed] |
| George Michaelson | gcc4.0 |
| Dave | alsa? |
| Tweaking Bit Torrent | 10 minutes ago | Windows |
| Linux Bootup hangs after adding RealTime Premption and HR-Timer | 5 hours ago | Linux kernel |
| SATA 2 size problems | 6 hours ago | Windows |
| problem with 2.6 kernel driver for a USB MAG Stripe Reader as HID device. | 19 hours ago | Linux kernel |
| get_user_pages failure | 20 hours ago | Linux kernel |
| Reading linux kernel | 22 hours ago | Linux kernel |
| High level of Seagate 2.5" SATA drives failing | 1 day ago | Hardware |
| Resetting the bios password for Toshiba Laptop | 1 day ago | Hardware |
| Linux 2.6.22 slowly RUNS OUT OF LOWMEM | 1 day ago | Linux kernel |
| Questions about modules | 2 days ago | Linux kernel |
