From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Suggest changing git repo on website to refer to git protocol Date: Wed, 23 Jul 2008 02:30:43 +0530 Message-ID: References: <6dbd4d000807220948k1a90f623x9122d0073d6e01b8@mail.gmail.com> <74758616-DF56-4EB8-A5EF-AD1E8900303F@uva.nl> <4886168E.5080908@manor-farm.org> <8C7E273F-8690-4A16-9172-BB6C9A3545B0@uva.nl> <6dbd4d000807221035t2c3271a0h6296f56255a60dab@mail.gmail.com> <6dbd4d000807221301q7896e920g287e0500efd92f80@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLOyX-0006BF-2G for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 17:00:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLOyV-0006AX-H6 for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 17:00:48 -0400 Received: from [199.232.76.173] (port=47426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLOyV-0006AL-05 for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 17:00:47 -0400 Received: from ti-out-0910.google.com ([209.85.142.185]:3567) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLOyU-0001j8-Dk for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 17:00:46 -0400 Received: by ti-out-0910.google.com with SMTP id u5so923437tia.10 for ; Tue, 22 Jul 2008 14:00:43 -0700 (PDT) In-Reply-To: <6dbd4d000807221301q7896e920g287e0500efd92f80@mail.gmail.com> Content-Disposition: inline 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: Denis Bueno Cc: Carsten Dominik , emacs-orgmode On Wed, Jul 23, 2008 at 1:31 AM, Denis Bueno wrote: > On Tue, Jul 22, 2008 at 13:54, Carsten Dominik wrote: >> OK, I added this. Thanks. > > The URL used in the "git clone" command on the website is wrong. It > should read: > > git clone git://repo.or.cz/org-mode.git > > Cloning with the URL given currently on the website gives: > > tmp[94] > git clone git://repo.or.cz/w/org-mode.git Initialized > empty Git repository in /Users/Shared/src/tmp/org-mode/.git/ > fatal: The remote end hung up unexpectedly You can use "http://repo.or.cz/r/org-mode.git" for cloning over http. ^^^ notice the r -- Manish