You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Posting this in case any one else runs into it.
Could not clone from the remote: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain:
When configured to use
ssh-auth
for cloning, on a mac, I got this error initially, which was surprising since git works fine.The fix was to add my ssh key the ssh-agent. The relevant step from our docs was this:
ssh-add --apple-use-keychain ~/.ssh/id_ed25519
Related issue in
go-git
is here: go-git/go-git#218.Beta Was this translation helpful? Give feedback.
All reactions