gitui-org/gitui

support ssh configs (aliases, sshCommand and such)

Open

#2 096 ouverte le 23 févr. 2024

Voir sur GitHub
 (0 commentaires) (12 réactions) (0 assignés)Rust (721 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (21 937 stars)
Métriques de merge PR
 (Merge moyen 41j 9h) (6 PRs mergées en 30 j)

Description

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.

Guide contributeur