From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cgf.cx (external.cgf.cx [107.170.62.102]) by sourceware.org (Postfix) with ESMTP id 514D43857C45 for ; Thu, 6 Aug 2020 23:58:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 514D43857C45 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 cgf.cx 08BC0400A9 X-Spam-Level: X-Spam-CGF-Status: No, score=-3.6 required=5.0 tests=ALL_TRUSTED,BAYES_00, TXREP autolearn=ham autolearn_force=no version=3.4.4 spammy=H*r:unknown, H*M:cgf Received: by cgf.cx (sSMTP sendmail emulation); Thu, 06 Aug 2020 19:58:41 -0400 Date: Thu, 6 Aug 2020 19:58:41 -0400 From: Christopher Faylor To: Caroline Tice Cc: overseers@sourceware.org, Tom Tromey Subject: Re: Request from Caroline Tice Message-ID: <20200806235841.GA11778@cgf.cx> Mail-Followup-To: Caroline Tice , overseers@sourceware.org, Tom Tromey References: <20200729192402.AB99E3851C1F@sourceware.org> <20200729194140.GA24349@cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Status: No, score=-1262.3 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, KHOP_HELO_FCRDNS, SPF_HELO_PASS, SPF_NEUTRAL, TXREP, USER_IN_WELCOMELIST, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.2 X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2020 23:58:54 -0000 On Thu, Aug 06, 2020 at 04:51:37PM -0700, Caroline Tice wrote: >I can't seem to check out a read-write version of GDB: > >$ git clone ssh://sourceware.org/git/binutils-gdb.git >Cloning into 'binutils-gdb'... >Warning: Permanently added >'sourceware.org,2620:52:3:1:0:246e:9693:128c' (ECDSA) to the list of >known hosts. >cmtice@sourceware.org: Permission denied (publickey). ^^^^^^^^^ >fatal: Could not read from remote repository. > >Please make sure you have the correct access rights >and the repository exists. >$ > >So something with my GDB permissions is not correct... That error indicates that you are not using the ssh private key/public key that you used to register with sourceware.org initially.