From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: Using Git to update more than one machine (one without network access) Date: Wed, 25 Feb 2009 17:23:13 +0000 (UTC) Message-ID: References: <511.1235581813@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcNTk-0000TM-IK for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 12:23:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcNTj-0000T3-11 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 12:23:28 -0500 Received: from [199.232.76.173] (port=35270 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcNTi-0000Sz-S4 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 12:23:26 -0500 Received: from main.gmane.org ([80.91.229.2]:38388 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LcNTh-0002tM-LM for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 12:23:26 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LcNTe-000723-9z for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 17:23:22 +0000 Received: from cpc3-rdng14-0-0-cust786.winn.cable.ntl.com ([82.0.211.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 17:23:22 +0000 Received: from paul.d.mead by cpc3-rdng14-0-0-cust786.winn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Feb 2009 17:23:22 +0000 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: emacs-orgmode@gnu.org Nick Dokos hp.com> writes: > There is another possibility that you might want to investigate: if > there is a SOCKS proxy server available at work, you can arrange to pass > git traffic through that. Nice idea, sadly even the identity of the proxy server is hidden, so I guess that may not be an option either. > Also, it might be possible to use HTTP (presumably, you have an http > proxy at work to get through the firewall) instead of the GIT protocol > to do the pull, but I believe that depends on whether the repository has > been set up properly to allow that - I have not tried it in the org > case, but I was using it for the mainline Linux kernel before I had set > up the SOCKS proxy service: it was slower but it worked. That would be a nice solution, but I just tried using git clone http://repo.or.cz/org-mode and it caused an error, so that doesn't seem to be a working route, sadly. Thanks Paul