Skip to content

Commit 834b5b0

Browse files
add msys path variable
1 parent c6a9daf commit 834b5b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
Cloud = true
22
Local = false
3+
4+
[Env]
5+
# MSYS2 automatically converts absolute paths like /Users/$username/$UNIQUE_NAME to
6+
# C:/Program Files/Git/Users/$username/UNIQUE_NAME before passing it to the CLI
7+
# Setting this environment variable prevents that conversion on windows.
8+
MSYS_NO_PATHCONV = "1"

0 commit comments

Comments
 (0)