You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using Powershell v7.1.0 and pushing to self-hosted private git servers, it returns the error error authenticating failed connecting agent class=ssh (23) (see screenshot)
To Reproduce
Steps to reproduce the behavior:
Go to a private repository hosted on a private git server and open gitui
Attempt to push (doesn't need changes/commits ready to push)
See error
Expected behavior
A successful push without errors.
Screenshots
Context (please complete the following information):
OS/Distro + Version: Windows 10 Pro Version 20H2 (build 19042.746)
GitUI Version: 0.11.0
Rust version: ???
The text was updated successfully, but these errors were encountered:
Hi @mwkcoding thanks for your interest in gitui, we use libgit2 as the underlying git tool and I think it still has some limitations when it comes to ssh, cargo uses the same lib and I found this comment: rust-lang/cargo#1851 (comment)
can you check if that helps working around those limits?
I myself do not have a windows machine to test/debug this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
When using Powershell v7.1.0 and pushing to self-hosted private git servers, it returns the error
error authenticating failed connecting agent class=ssh (23)
(see screenshot)To Reproduce
Steps to reproduce the behavior:
Expected behavior
A successful push without errors.
Screenshots
Context (please complete the following information):
Windows 10 Pro Version 20H2 (build 19042.746)
0.11.0
???
The text was updated successfully, but these errors were encountered: