gitui-org/gitui

support ssh configs (aliases, sshCommand and such)

Open

#2096 aperta il 23 feb 2024

Vedi su GitHub
 (0 commenti) (12 reazioni) (0 assegnatari)Rust (721 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (21.937 star)
Metriche merge PR
 (Merge medio 41g 9h) (6 PR mergiate in 30 g)

Descrizione

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.

Guida contributor