Ludovic Courtès skribis: > Add (guix git-authenticate). > git-authenticate: Don't hard-code "origin/" for keyring reference. > git-authenticate: Raise proper SRFI-35 conditions. > git-authenticate: Add tests. As a followup, I pushed this patch: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e78275608065ef073775fabb9f1a757da65851f2 Its effect is to prevent removal of ‘.guix-authorizations’ since doing that would trivially force the authentication code to fall back to ‘default-authorizations’. Ludo’.