-
-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Description
When my resulting command looks like
"C:\Program Files\Git\bin\git.exe" commit -av -m "Test commit"
I receive an error described here https://bugs.php.net/bug.php?id=49139
In the bottom of the page there is a bypass. Need to surround the resulting command with one more quotes like that
""C:\Program Files\Git\bin\git.exe" commit -av -m "Test commit""
Metadata
Metadata
Assignees
Labels
No labels