How does one handle GPG key(s?) with two different email addresses, one on GitHub and the other on GitLab.
I have a college email address and they force me to use GitLab.
I have a private email address which I use for GitHub.
I want those two completely separated, but there are some issues.
I already have separate SSH keys and that works fine, but when I try to utilize two GPG keys, I get GPG signing error unless I set gpgsign = false
in global .gitconfig
, but nothing gets signed then.