From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 12 07:52:08 2021 Received: (at 51785) by debbugs.gnu.org; 12 Nov 2021 12:52:08 +0000 Received: from localhost ([127.0.0.1]:43684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlW2K-0007R0-Dv for submit@debbugs.gnu.org; Fri, 12 Nov 2021 07:52:08 -0500 Received: from tobias.gr ([80.241.217.52]:42746) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlW2E-0007QV-QO for 51785@debbugs.gnu.org; Fri, 12 Nov 2021 07:52:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=HaHxG06DA1KOe HQ6HRxo3Z4S5jDc84P/YxTgWK8b+Ic=; h=references:in-reply-to:subject:cc: to:from:date; d=tobias.gr; b=E2itSWpJ5lhBNbn7Z0VUB9jJdSmFjqkv6eYYa7to/ Np+j49hrJ6ivfuZkuxrs0nfvyWVTWI4tcxcTDDrsOkKoO60ST6R9bTrhu4t8ubThhjRMDO wLKrnaX3wuLUSDLidB/KPyFXeGSjVgldhKslJoxYOgizjgot8hNShSuKyyLTbMZAzgNdDq F6ah+97u1PWbT+lm6MlrYPuHU6QGHoUyVvfffIrCAAVDoQuKbxjXZD3oZml3bm1fAgoIas yN5c3XJXOZ/m4NSuQTIPXE2473Xox8Img/ol0PUImhqyZMZQU4Lh4VTRjj7FlDIcZ9sNPN Ij7wttyqjMFn8tMeESFlQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 3630cc31; Fri, 12 Nov 2021 12:51:59 +0000 (UTC) MIME-Version: 1.0 Date: Fri, 12 Nov 2021 13:51:59 +0100 From: Tobias Geerinckx-Rice To: Nicolas Graves Subject: Re: [bug#51785] pam-gnupg In-Reply-To: <87czn53ijd.fsf@ngraves.fr> References: <87czn53ijd.fsf@ngraves.fr> Message-ID: <35313aaf61a42f0c333cab6b300e6bc0@tobias.gr> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51785 Cc: 51785@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Nicolas, On 2021-11-12 8:45, Nicolas Graves via Guix-patches via wrote: > So I'm trying to test the patch, have downloaded guix source code, > added > it in a new branch, updated my channels, used guix shell for setting > the > environment, but now I get the following error when I try to pull to > test my version : > > guix pull: erreur : Erreur Git : cannot locate remote-tracking branch > 'origin/keyring' Guix authentication code expects a local 'keyring' branch, similar to how you currently have a local 'master' branch tracking the upstream 'master' branch (which by default is called 'origin/master'). If you haven't changed the default 'origin' name you should be able to simply $ git checkout origin/keyring # creates local tracking branch as side effect $ git checkout master # to 'switch back' and be on your merry way. Replace 'origin/' if you have. (This is from memory; apologies for possible typos/thinkos.) Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity.