From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Difficulties Accessing git Repository Date: Tue, 05 Nov 2013 12:03:07 +0100 Message-ID: <87r4avw1p0.fsf@bzg.ath.cx> References: <25457788.1381321491271.JavaMail.root@elwamui-royal.atl.sa.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdePk-0002Fh-Rf for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 06:03:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdePf-0000nb-6W for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 06:03:16 -0500 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:60774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdePe-0000nO-Vl for emacs-orgmode@gnu.org; Tue, 05 Nov 2013 06:03:11 -0500 Received: by mail-wi0-f181.google.com with SMTP id ex4so1864031wid.14 for ; Tue, 05 Nov 2013 03:03:10 -0800 (PST) In-Reply-To: <25457788.1381321491271.JavaMail.root@elwamui-royal.atl.sa.earthlink.net> (Susan Cragin's message of "Wed, 9 Oct 2013 08:24:50 -0400 (GMT-04:00)") 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: Susan Cragin Cc: emacs-orgmode@gnu.org Hi Susan, Susan Cragin writes: > I get this: > > $ git clone orgmode@orgmode.org:org-mode.git > Cloning into 'org-mode'... > Permission denied (publickey). > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. PLease try this instead: ~$ git clone git://orgmode.org/org-mode.git -- Bastien