-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Git is calling plink with the wrong parameter - lower-case P instead of upper-case P #2018
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
Comments
Do (See help for git config command for explanation) |
@alegrigoriev Thanks for that. Given that I picked "Use (Tortoise) plink" on the "Choose the SSH executable" option in the installer, should the installer not be setting this value? |
Patches welcome. The setting would need to be added to this block, I would think, and could make use of the newly-introduced To test this:
|
Would this also need to ask the user if tortoise plink is being used? The parms are different. How about something like this? ssh.variant would then be set to the appropriate value. I am open to suggestions for an alternate caption. I thought a check box was a little cleaner than three radio buttons but am not a UI designer. |
Is this solved now with 2.23.0? The patch notes sound like it. |
Yes, it should now be fixed. @pcolmer is the update working for you? The patch is in a different repository that is used as part of the git for windows build (if you are looking for the specific patch). |
I can confirm that installing 2.23.0 has a much clearer dialogue with regards to the SSH executable. It correctly picked up the PuTTY plink path and did not set the Tortoise option. Thanks for this update. |
Setup
defaults?
to the issue you're seeing?
I have PuTTY release 0.70 installed
Details
Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
I expect the system to use my SSH key hosted in Pageant to authenticate and then clone the repository.
URL to that repository to help us with testing?
This happens with all of the repositories on bitbucket.linaro.org because of the use of a custom port number.
Syntax output from plink is below - note that to connect to the specified port requires an upper-case P, not a lower-case p as reported in the unknown option error.
The text was updated successfully, but these errors were encountered: