It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
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...
Former Member
3 years agoI'm also seeing this after updating to Git v2.40.0. Looks like the issue stems from this https://github.com/git/git/commit/dce7b31126 to git.
I use the Homebrew version of git, so for the interim I downloaded the https://github.com/Homebrew/homebrew-core/blob/ddf8239732984ee89bc44cfcd63cde4cfec451b5/Formula/git.rb and installed that (brew unlink git && brew install ~/Downloads/git.rb
). Back to normality until git v2.40.1 (hopefully!).