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
Are you willing to submit a PR?
It appears that running the install script will automatically install the latest version.
My Additional Notes
The currently installed version of git (2.24) contains what I think is a pretty severe bug since it can prevent you from cloning your repository.
See the following from the Git 2.25 Release Notes:
* An earlier update to Git for Windows declared that a tree object is
invalid if it has a path component with backslash in it, which was
overly strict, which has been corrected. The only protection the
Windows users need is to prevent such path (or any path that their
filesystem cannot check out) from entering the index.
(merge 224c7d70fa js/mingw-loosen-overstrict-tree-entry-checks later to maint).
The text was updated successfully, but these errors were encountered:
Hello!
We install git on Windows images using choco so it updates automatically with each image rollout.
Currently, win images has git 2.25.0 so I am closing this issue.
Tool information
Area for Triage: git
Question, Bug, or Feature?: Bug
Virtual environments affected
Can this tool be installed during the build?
Are you willing to submit a PR?
It appears that running the install script will automatically install the latest version.
My Additional Notes
The currently installed version of git (2.24) contains what I think is a pretty severe bug since it can prevent you from cloning your repository.
See the following from the Git 2.25 Release Notes:
The text was updated successfully, but these errors were encountered: