Skip to content

Instantly share code, notes, and snippets.

@n4bb12
Created July 30, 2020 12:29
Show Gist options
  • Save n4bb12/d11a64f483a4fe400cf6fac81071f6d5 to your computer and use it in GitHub Desktop.
Save n4bb12/d11a64f483a4fe400cf6fac81071f6d5 to your computer and use it in GitHub Desktop.
Turn off POSIX-to-Windows path mangling
# Turn off POSIX-to-Windows path mangling
# https://github.com/git-for-windows/build-extra/blob/master/ReleaseNotes.md#new-features-61
export MSYS_NO_PATHCONV=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment