Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
scottaw
3 years agoOccasional Contributor
Git 2.40 breaks op-ssh-sign
After upgrading to git 2.40 today, op-ssh-sign now thinks I'm passing flags that I am not passing:
Anyone else seeing this issue?
op_apple_universal_v2.14.0.pkg (Pkg)
1Password V...
floris_1P
1Password Team
3 years agoWe're working on a fix for this. For now, what you can do as a workaround is comment out the gpg.ssh.program
line in your .gitconfig
and set SSH_AUTH_SOCK
yourself:
On macOS:
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
If you want to use it with a GUI application, you can launch it from the terminal session which has SSH_AUTH_SOCK
set, e.g.
open -a /Applications/Tower.app
We'll keep you posted for when the fix is out.