$SSH_AUTH_SOCK has an incorrect value
I've been dealing with random hangs when using git, more so using git pull
for some reason, after checking the $SSH_AUTH_SOCK
variable it was set back to /private/tmp/com.apple.launchd.xxxxxxxx/Listeners
, had to manually unset the variable so that it changed the value to ~/.1password/agent.sock
and that fixes the issue.
I'm using Fish as my shell if that matters, but this is something that I frequently have to fix, and it's my only annoyance with the SSH agent.
1Password Version: 8.9.7
Extension Version: Not Provided
OS Version: 12.6
Browser:_ Not Provided
Comments
-
Thanks @Jack.P_1P, sadly I have done that already, it's been there for a while, and it's still getting replaced, so it's something else that's changing it somehow.
0 -
If you're only using the 1Password agent, you can also consider to configure SSH_AUTH_SOCK globally.
This will create a symlink on macOS startup from whatever the
SSH_AUTH_SOCK
value is to the 1Password agent socket.0 -
Ah, that's wonderful, thank you, @floris_1P, this should sole the issue.
0