forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
mingw-w64-x86_64-git-2.14.1.1.82d9b3f3b2-1 from the git-for-windows pacman repository.
$ git --version --build-options
git version 2.14.1.windows.1
built from commit: 82d9b3f3b2407b52251620597d4b14933685459d
sizeof-long: 4
machine: x86_64
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
Windows 7 Enterprise SP1
$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]
- What options did you set as part of the installation? Or did you choose the
defaults?
I installed mingw-w64-x86_64-git in MSYS2.
- Any other interesting things about your environment that might be related
to the issue you're seeing?
I'm running git-for-windows inside an MSYS2 installation as described here: https://stackoverflow.com/questions/40262434/what-are-the-differences-between-msys-git-and-git-for-windows-mingw-w64-x86-64-g
This was working well with previous versions of git-for-windows, up to and including mingw-w64-x86_64-git-2.13.2.1.914b84c9d9-1 (to which I've reverted for now). I am aware that this non-standard setup may be causing the crash.
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Bash and CMD
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
git fetch
- What did you expect to occur after running these commands?
A non-zero return code.
- What actually happened instead?
Bash: a return code of 128. No output or pop-up.
CMD: A pop-up dialog:
---------------------------
git-remote-ftp.exe - Entry Point Not Found
---------------------------
The procedure entry point curl_global_sslset could not be located in the dynamic link library libcurl-4.dll.
---------------------------
OK
---------------------------