-
-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Honoring GIT_SSH_COMMAND #1377
Comments
Gitui currently does not use the git shell at all |
@extrawurst: That's good, but it could still support this component of configuration, right? Or is that not the case? I haven't done much with the git2 or ssh crates. |
maybe related: libgit2/libgit2#6399 |
libgit2/libgit2#6617 - soon supported by upstream |
support for |
I use an SSH proxy to reach a private git host. This is done by first authenticating then using a tunnel for the connection. This tunnel is routed using
GIT_SSH_COMMAND
. I have it set using both environment:and git config:
since not everything honors the git config option.
This works well. I mostly use magit, but from the command line I can
git pull
. However, in gitui when I press f (only in repositories using this tunnel), I get connection timeout. So it seems this is not honoring theGIT_SSH_COMMAND
.To Reproduce
git pull
fails.GIT_SSH_COMMAND
to the tunnel.git pull
succeeds.gitui
.Screenshots
Context
macOS Monterey 12.6
0.21.0
rustc 1.64.0-nightly (9067d5277 2022-07-28)
The text was updated successfully, but these errors were encountered: