On clean restart I cannot use 1Password git GPG SSH without manually logging into 1Password
On a clean restart, I cannot use 1Password git GPG SSH functionality (for signing git commits) without manually logging into 1Password through the desktop application. Is 1Password supposed to automatically prompt me to log in when I execute a git command?
Here's my .gitconfig:
```
[user]
signingkey = ssh-ed25519 [redacted]
email = [redacted]
name = [redacted]
[gpg]
format = ssh
[gpg "ssh"]
program = "/opt/1Password/op-ssh-sign"
[commit]
gpgsign = true
```
```
❯❯ git commit -m "Test"
error: Could not connect to socket. Is the agent running?
fatal: failed to write commit object
```
After logging into 1Password manually, I can use git signing and authentication without any issue.
1Password Version: 8.10
Extension Version: Not Provided
OS Version: Kubuntu 23.04
Browser:_ Chrome
