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 agoThat's an interesting one!
It looks like gitlab is responding with something your git client doesn't understand, but I'm not sure why that would be.
In your ~./ssh/config
, could you try setting your Hostname
to gitlab.com
?
It would also be help to see more verbose ssh output. Could you run GIT_SSH_COMMAND="ssh -v" git fetch
? That should get us more information to work with.