"Jodi Jodington (dev)" <[email protected]> skribis:
> I then proceeded to > make a change and commit it locally > and then tried to push it to my fork. This resulted in an error > message about how my commit > isn't signed and blocked me from pushing. I realized that as soon as you run: ./configure && make a new ‘pre-push’ hook is installed and that one does not run ‘guix git authenticate’ when pushing to an unofficial repository. Perhaps you did not run ‘make’ before pushing? (That also explains why we didn’t get similar reports before I guess!) Ludo’.
