Trying to use SSH Agent & Commits.
I have 2 SSH Keys in my 1P install and I have created 3 GPG keys at this point. For some reason I keep getting an error that git failed.
```Git failed with a fatal error.
Git failed with a fatal error.
error: Error: AppError { error: could not authenticate with ssh agent, location: Location { file: "ssh\op-ssh-sign\src\ops.rs", line: 95, col: 37 } }
fatal: failed to write commit object
```
When trying to use SSH_AUTH_SOCK=~/.1password/agent.sock git commit -m"test"
I get...
Make sure the SSH key is stored in your Private/Personal vault.
fatal: failed to write commit object
Which I do have it there. I have 2.
I have no idea why this keeps happening. I read through this post: https://1password.community/discussion/134028/ssh-agent-error-error-error-apperror-error-could-not-authenticate-with-ssh-agent#latest
Since it is similar but it is on MacOS instead of windows.
git config user.signingkey returns my key. ssh-add -L just returns Could not open a connection to your authentication agent.
1Password Version: 8.9.8
Extension Version: Not Provided
OS Version: Windows 11 21H2
Browser:_ Not Provided
