Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
bronze
16 days agoNew Contributor
Missing op-ssh-sign-wsl on Windows WSL
Hi team. I am trying to use the 1Password SSH Agent with WSL2, but I keep getting this error when SSH is invoked: fatal: cannot exec '/mnt/c/Users/bronze/AppData/Local/1Password/app/8/op-ssh-sign-...
ukhan
16 days agoNew Contributor
Try changing '/mnt/c/Users/bronze/AppData/Local/1Password/app/8/op-ssh-sign-wsl' to '/mnt/c/Users/bronze/AppData/Local/Microsoft/WindowsApps/op-ssh-sign-wsl' in ~/.gitconfig.
The developers overlooked the fact that the file location has changed in the new version.
bronze
15 days agoNew Contributor
weirdly, that isnt working either
fatal: cannot exec '/mnt/c/Users/bronze/AppData/Local/Microsoft/WindowsApps/op-ssh-sign-wsl': No such file or directory
error:
fatal: failed to write commit objectbut i opened the folder and the file is there. theres a `op-ssh-sign.exe` and a `op-ssh-sign-wsl.exe`
ive tried op-ssh-sign-wsl with and without .exe in the filename
[gpg "ssh"]
program = "/mnt/c/Users/bronze/AppData/Local/Microsoft/WindowsApps/op-ssh-sign-wsl"also, ive tried different git folders, and it doesn't throw an error if there are no changes, only when there are changes to commit.