gitui-org/gitui

support ssh configs (aliases, sshCommand and such)

オープン

#2,096 opened on 2024/02/23

 (0 件のコメント) (12 件のリアクション) (0 人の担当者)Rust (721 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (21,937 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド