From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Can I clone worg using http protocol? Date: Sun, 24 Mar 2013 12:52:34 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJp5x-0000B0-R9 for emacs-orgmode@gnu.org; Sun, 24 Mar 2013 13:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJp5w-0008D7-9c for emacs-orgmode@gnu.org; Sun, 24 Mar 2013 13:52:37 -0400 Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:46899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJp5w-0008Cu-2E for emacs-orgmode@gnu.org; Sun, 24 Mar 2013 13:52:36 -0400 Received: by mail-la0-f41.google.com with SMTP id fo12so10089303lab.14 for ; Sun, 24 Mar 2013 10:52:35 -0700 (PDT) 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: emacs-orgmode 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? John