gitui-org/gitui

support ssh configs (aliases, sshCommand and such)

Open

#2.096 geöffnet am 23. Feb. 2024

Auf GitHub ansehen
 (0 Kommentare) (12 Reaktionen) (0 zugewiesene Personen)Rust (721 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (21.937 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 41T 9h) (6 gemergte PRs in 30 T)

Beschreibung

A lot of SSH issues boil down to .ssh/config not being used. libgit2 added support for using OpenSSH instead of using libssh: https://github.com/libgit2/libgit2/pull/6617. currently git2-rs does not support building libgit2 with it instead: https://github.com/rust-lang/git2-rs/issues/1028

once that is available we can test whether this fixes such issues.

Contributor Guide