From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: problems cloning using the http protocol Date: Tue, 14 Jul 2009 14:27:58 +0100 Message-ID: References: <87vdlvjzh7.fsf@aia00627.aia.gr> <4200.1247578006@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQi3A-0006bP-PT for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:28:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQi36-0006Y1-6G for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:28:04 -0400 Received: from [199.232.76.173] (port=36299 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQi35-0006Xy-UT for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:27:59 -0400 Received: from mail-bw0-f219.google.com ([209.85.218.219]:56221) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQi35-0003Q3-Bw for emacs-orgmode@gnu.org; Tue, 14 Jul 2009 09:27:59 -0400 Received: by bwz19 with SMTP id 19so1101548bwz.42 for ; Tue, 14 Jul 2009 06:27:58 -0700 (PDT) In-Reply-To: <4200.1247578006@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Dias Badekas , emacs-orgmode@gnu.org thanks, Nick On Tue, Jul 14, 2009 at 2:26 PM, Nick Dokos wrote: > 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.) =A0I 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 >