Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Banged my head against the wall, too, for a couple hours with these issues using bash. Switched to Powershell and all works now! Commented Oct 22, 2019 at 18:23
  • 1
    (2) fails because winpty converts unix-filepath-like arguments into Windows-speak. To see this clearly: winpty echo "/foo/bar" prints C:/Program Files/Git/foo/bar. Commented Mar 10, 2021 at 17:06
  • You can turn this behavior off with MSYS_NO_PATHCONV=1 Commented Mar 10, 2021 at 17:12