Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
3 years agoSSH Agent Error: "error: Error: AppError { error: could not authenticate with ssh agent ..."
Hi,
I've been using SSH agent in 1Password 8 for both signing my commits and for authentication (push/pull).
The past couple of days I've been having this issue on my intel mac where it would n...
Former Member
3 years agoHey all, I had the exact same problem as @ghosts, and I was able to fix the problem on my own (without following any of the above suggestions).
Turns out, the public key stored in my 1Pass SSH key didn't match the output of git config user.signingkey for some weird reason.
The fix was to simply open my ~/.gitconfig file and manually replace the value of user.signingkey so that it matched the key stored in 1Pass. After I saved the file and closed it, the problem went away (I was able to authenticate my commits again).
Hopefully this tip will help someone else here!