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
A lot of SSH issues boil down to .ssh/config not being used.
libgit2 added support for using OpenSSH instead of using libssh: libgit2/libgit2#6617.
currently git2-rs does not support building libgit2 with it instead: rust-lang/git2-rs#1028
once that is available we can test whether this fixes such issues.
The text was updated successfully, but these errors were encountered:
A lot of SSH issues boil down to
.ssh/config
not being used.libgit2 added support for using OpenSSH instead of using libssh: libgit2/libgit2#6617.
currently
git2-rs
does not support building libgit2 with it instead: rust-lang/git2-rs#1028once that is available we can test whether this fixes such issues.
The text was updated successfully, but these errors were encountered: