From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id A7F65385771F for ; Wed, 5 Jul 2023 20:50:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A7F65385771F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id B2FE2304F826; Wed, 5 Jul 2023 22:50:06 +0200 (CEST) Date: Wed, 5 Jul 2023 22:50:06 +0200 From: Mark Wielaard To: gnu@amylaar.uk, Overseers mailing list Cc: overseers@gcc.gnu.org Subject: Re: gcc git write access Message-ID: <20230705205006.GG11693@gnu.wildebeest.org> References: <1688581769729.6.48448@webmail-backend-production-7b8b7bc877-5lcfq> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1688581769729.6.48448@webmail-backend-production-7b8b7bc877-5lcfq> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3029.5 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Joern, On Wed, Jul 05, 2023 at 07:29:29PM +0100, Joern Rennecke via Overseers wrote: > authenticated ssh access to the gcc git repository doesn't seem to work right now for my account (amylaar@gcc.gnu.org ) . > > [amylaar@rowan tmpd]$ git clone git+ssh:///git/gcc.git gcc > Cloning into 'gcc'... > Permission denied (publickey). > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. Apologies, your account was set to emeritus status because it looked like you hadn't used it for some time. I restored it and your original ssh pubkey. You should have access again. See also https://sourceware.org/sourceware/accountinfo.html to check if things are setup correctly again. Cheers, Mark