Closed JonDeMartini closed 5 hours ago
Are you sure about that? I just downloaded that file, and started it. Already the title says .2
:
The website it opens after successful installation also says (2)
:
Finally, running git version
in Git Bash agrees, too:
In short: My local attempts at reproducing the issue refute that there is a problem...
Might have been fixed since I first notice it. But I have I binary downloaded from that link that has the issue.
Confirm that latest linked exe installs the correct version now.
@JonDeMartini I have a download of the same file from Oct 31 and it has the expected SHA-256 sum 83c618dcc50b63f0f7afc86a7a125169bd59559ff680683f1d915c45e05ff4cc (compare with the text shown at https://github.com/git-for-windows/git/releases/tag/v2.47.0.windows.2):
Which download is failing?
The web page and links are technically correct, but the contents of Git-2.47.0.2-64-bit.exe actually installs 2.47.0.1
Problem
The executable downloaded from https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.2/Git-2.47.0.2-64-bit.exe actually installs 2.47.0.1 instead of 2.47.0.2 as the name would indicate.
Version 2.47.0.1 has a bug related to fetching fixed in 2.47.0.2. (https://github.com/git-for-windows/git/issues/5199)
Operating system and browser
Windows 11, Firefox
Steps to reproduce
Demonstration of problem
My workaround fix:
Other details
No response