From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Can I clone worg using http protocol? Date: Sun, 24 Mar 2013 20:34:09 -0500 Message-ID: References: <20130325005454.GB772@smoon> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJwIe-0002vA-EL for emacs-orgmode@gnu.org; Sun, 24 Mar 2013 21:34:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJwId-0003xj-0r for emacs-orgmode@gnu.org; Sun, 24 Mar 2013 21:34:12 -0400 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:47305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJwIc-0003xN-Oy for emacs-orgmode@gnu.org; Sun, 24 Mar 2013 21:34:10 -0400 Received: by mail-la0-f50.google.com with SMTP id ec20so10207407lab.23 for ; Sun, 24 Mar 2013 18:34:09 -0700 (PDT) In-Reply-To: <20130325005454.GB772@smoon> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Vladimir Lomov Cc: emacs-orgmode@gnu.org On Sun, Mar 24, 2013 at 7:54 PM, Vladimir Lomov wrote: > Hello, > ** John Hendy [2013-03-24 12:52:34 -0500]: > >> I can't use git protocol due to being behind a firewall at work, >> otherwise I would. I was trying to clone Worg via http protocol and am >> getting an error > >> #+begin_src bash > >> $ git clone http://orgmode.org/w/worg.git >> Cloning into 'worg'... >> error: The requested URL returned error: 403 Forbidden while accessing >> http://orgmode.org/w/worg.git/info/refs?service=git-upload-pack >> fatal: HTTP request failed > >> #+end_src > >> I guess I figured I could given the line later on, which says, "If you >> already have your local clone of Worg obtained via http protocol,..." > >> As a side note (forgive being a git novice if this should be evident), >> I don't get this setting suggestion for .gitconfig: > >> #+begin_example >> [url "git://worg@orgmode.org:worg.git"] >> pushInsteadOf = http://repo.or.cz/r/ >> #+end_example > >> If the pull was from orgmode.org/w/worg.git, why am I setting an >> option to push with git to repo.or.cz? > >> Any suggestions? > > This works for me > > git clone http://orgmode.org/org-mode.git > I have been accessing orgmode git via http (I have to since I update at work) for some time. But can you do the same with worg (the Orgmode wiki, not orgmode itself)? Thanks, John > It may take some time to clone. > >> John > > --- > WBR, Vladimir Lomov > > -- > "'Tis true, 'tis pity, and pity 'tis 'tis true." > -- Poloniouius, in Willie the Shake's _Hamlet, Prince of Darkness_ > >