You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute from Git Bash or other prompt with visibility to git: "git --version --build"
Version will include the string "git version 2.47.0.windows.1"
My workaround fix:
6. Uninstall git
7. From powershell get latest git using "winget install --id Git.Git -e --source winget"
8. "git --version --build" will now show "git version 2.47.0.windows.2"
Other details
No response
The text was updated successfully, but these errors were encountered:
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. (git-for-windows/git#5199)
Operating system and browser
Windows 11, Firefox
Steps to reproduce
Demonstration of problem
My workaround fix:
6. Uninstall git
7. From powershell get latest git using "winget install --id Git.Git -e --source winget"
8. "git --version --build" will now show "git version 2.47.0.windows.2"
Other details
No response
The text was updated successfully, but these errors were encountered: