-
Notifications
You must be signed in to change notification settings - Fork 396
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
FR: Support SSH interactive login #5649
Comments
Is that platform-dependent issue? On Linux, |
Yes, my understanding is that this is a Windows issue that affects both subprocessing and git2 |
Hmm, then I have no idea how we can fix the problem cleanly. Suppose If |
The thing here that's confusing to me is the fact that |
Perhaps a bisect is in order? (But it might just point to c393555, I suppose.) |
Oh, you mean it was working before but isn't now? iirc, |
My main problem is that I can't repro locally, it was reported on discord. |
Also, I'm not even sure that the issue is an interactive login anymore. Going to try to figure it out |
Is your feature request related to a problem? Please describe.
When doing authentication with Github or having password protected keys,
jj
does not support receiving these inputs from the user.Namely, with
git.subprocess = true
,git
is called withoutstdin
open.Describe the solution you'd like
Have a way to pipe the authentication information back to the user.
Describe alternatives you've considered
The alternatives right now it to not do interactive login. For people that have password protected keys, this is a no-go
The text was updated successfully, but these errors were encountered: