Hi Chris, Chris Marusich <[email protected]> skribis:
> Ludovic Courtès <[email protected]> writes: > >> Hello Guix! >> >> I’ve added a ‘.guix-authorizations’ file in maintenance.git, at last! [...] > I'm late to the party, but I notice that when I run this in > guix-maintenance, I get an error: > > $ guix git authenticate 8a7e10b447b574279a7016ae6ea15bc7bcd46253 "3CE4 6455 > 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5" > guix git: error: Git error: cannot locate remote-tracking branch 'keyring' > > Am I doing something wrong? It looks like you’re missing a local ‘keyring’ branch for that repo, no? I think you need to run: git fetch git branch --track keyring HTH, Ludo’.
