Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoSSH Commit Signing
I've stated signing my git commits using SSH.
However this only seems to work with setting the SSH_AUTH_SOCK env variable. For some reasons I cannot set that variable everywhere and have to rely...
Former Member
3 years agoI run into it when signing commits. Before I realized the issue was failed signing, I ran the commit command using sudo
, which technically worked, though I think it probably changes things in the .git
directory, and it's probably only working that way since it would use a different user's global git config that didn't have commit signing enabled.