-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
git-remote-https.ext crashes on blank Windows 10 #1474
Comments
Ok. When I install it with the installer from git-scm.com, it works. Nevermind. |
I think that the symptom relates to an unset |
This maintainer thought that it was discussed that you cannot `strcmp()` blindly without checking for NULL first, but subsequently forgot to check that the fix had made it into the final version of the PR... :-( The problem is that this crashes any fetch/push/clone/ls-remote operation *unless* http.sslBackend is specified explicitly. This probably fixes the root cause behind #1474. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
FWIW even if it does not look like it, #1475 is probably describing this very same issue. |
Oops. I meant #1478. |
When `http.sslBackend` is not configured (e.g. in portable Git or MinGit), fetch/push operations [no longer crash](git-for-windows/git#1474). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Should I reopen this one again? But I swear, with the installer it works ;) |
No, as it has been fixed in v2.16.1(3) (released yesterday).
Yes, and the reason is that the installer always sets |
Hi, I've recently reset my Windows 10 machine.
I've installed git using scoop. And everytime I perform a "git fetch" I get an error box and this entry in system log:
I'm using version 2.16.1.windows.2 on a brand new Windows 10 set up. No clue how to fix this. Thanks for any hints!
The text was updated successfully, but these errors were encountered: