From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: problems cloning using the http protocol Date: Tue, 14 Jul 2009 09:26:46 -0400 Message-ID: <4200.1247578006@gamaville.dokosmarshall.org> References: <87vdlvjzh7.fsf@aia00627.aia.gr> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQi3U-0006kA-N0 for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:28:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQi3Q-0006iD-3M for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:28:24 -0400 Received: from [199.232.76.173] (port=36304 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQi3P-0006i2-T9 for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:28:19 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:51823) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQi3P-00038q-Ic for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:28:19 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KMR0064NXC8L4N0@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 08:26:38 -0500 (CDT) In-reply-to: Message from Scot Becker of "Tue, 14 Jul 2009 13:28:25 BST." 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: Dias Badekas , emacs-orgmode@gnu.org Scot Becker wrote: > 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. > AFAIK, with just an http proxy, you are stuck with http. If your company provides a SOCKS proxy (a big if, I know), then you can forego http and always use git. You'd need to set up a SOCKS client (dante or tsocks), do a little configuration and then if you are behind the firewall, you'd do e.g. ``socksify git pull'', rather than ``git pull''. HTH, Nick