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.

贡献者指南