From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dias Badekas Subject: Re: problems cloning using the http protocol Date: Wed, 15 Jul 2009 14:46:42 +0300 Message-ID: <87eisi5ftp.fsf@aia00627.aia.gr> References: <87vdlvjzh7.fsf@aia00627.aia.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR2wm-0004eO-AR for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 07:46:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR2wh-0004Zx-N5 for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 07:46:51 -0400 Received: from [199.232.76.173] (port=56812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR2wh-0004Zm-KR for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 07:46:47 -0400 Received: from keys.aia.gr ([212.205.125.1]:42208) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MR2wg-0003mF-Qj for emacs-orgmode@gnu.org; Wed, 15 Jul 2009 07:46:47 -0400 In-Reply-To: (Scot Becker's message of "Tue, 14 Jul 2009 13:28:25 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Scot Becker Cc: emacs-orgmode@gnu.org Thanks for all your help. Turns out that the git version was 1.4.* and has a bug that prevented proper use of http_proxy settings. Upgrading to git 1.6.3.3 solved the problem. Now I can use git clone http://.... Scot Becker writes: > Just tried: > git clone http://repo.or.cz/r/org-mode.git > > behind my corporate firewall, and it worked. It's slow, however. So > I don't think the problem is on the server end. Did you try any other > projects (using git+http proxy)? > > I don't suppose anyone knows how to git org develpment releases > sometimes behind an http proxy and sometimes directly (as on a laptop > that is sometimes behind a firewall, and sometimes not.) I couldn't > make this to work. > > Scot