gitui-org/gitui

support ssh configs (aliases, sshCommand and such)

開放

#2,096 建立於 2024年2月23日

 (0 則留言) (12 個反應) (0 位負責人)Rust (721 個分叉)batch import
good first issuehelp wanted

倉庫指標

星標
 (21,937 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南