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
Former Member
2 years agogit push failing with SSH Keys in 1password
I have SSH keys setup and working just fine on my Mac and windows systems.
I also had it working on my linux system yesterday, however after a reboot it seems no longer to work. I've restarted 1p...
Former Member
2 years agoFor a little more info, it could be your ssh or git configs. It could also be an environment variable that's being passed through, or even an rc/profile file on the remote server.
If you can use the same git remotes from your Mac, it could be worth running the same command (GIT_SSH_COMMAND="ssh -v" git fetch
) from that machine against the same git server. The comparison might provide insight as well.