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
Could you help me please? I don't know why it happens. A pair of ssh keys exist and public key is used in github. I don't understand what I should do in the project / settings to get rid of this.
Thanks.
The text was updated successfully, but these errors were encountered:
I'll infer you're on iOS, if that's not the case, please be more specific.
You need to update to a more recent Objective-Git : the libssh2 version we're packaging in the current release doesn't handle the new cipher suites that GitHub started enforcing in February.
We're currently waiting on libgit2 in #645. As a stopgap measure, you could use master directly in the meantime (it's tracking 0.27.rc-1), I don't think there were many breaking changes between 0.13 and almost-0.14, but YMMV.
I see the error:
Error Domain=GTGitErrorDomain Code=-1 "Failed to start SSH session: Unable to exchange encryption keys".
I've have simple code for clone project from github:
Could you help me please? I don't know why it happens. A pair of ssh keys exist and public key is used in github. I don't understand what I should do in the project / settings to get rid of this.
Thanks.
The text was updated successfully, but these errors were encountered: