mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The git installed by depot_tools on Windows is only available as git.bat from Python. The shell auto-replaces git by git.bat, but that doesn't happen when running from Python. The git installed by depot_tools may be the only git installed on Windows. Without this fix, gclient sync does not work on Windows for me