gitui
gitui copied to clipboard
Can't push from gitui (Failed getting banner; class=Ssh (23), but working from cli
Describe the bug Error while trying to push with error
git error:failed to start SSH session: Failed getting banner; class=Ssh (23)
To Reproduce
Don't really know how to reproduce.
Expected behavior
While testing gitui everything is ok, but push is not working.
When I quit application and write git push
in my terminal, everything is ok.
Screenshots
Context (please complete the following information):
- Ubuntu 22.04
- GitUI Version 0.20.1
- Rust version: rustc 1.60.0 (7737e0b5c 2022-04-04)
Additional context Gitui was installed from cargo
Hum, after some investigations, I use custom ssh config to connect to servers through SSH (specifically for security purpose, I connect through a ssh proxy).
It seems that gitui is not sourcing .ssh/config
file.
Is there a way to tell gitui sourcing it ? Regards,
the upstream lib does not care for ssh/config see https://github.com/libgit2/libgit2/issues/4872
This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Still unresolved
Duplicate of https://github.com/extrawurst/gitui/issues/495 ?