You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might find that in file bgit/src/main/java/edu/nyu/cs/javagit/api/JavaGitConfiguration.java
on line 83
you want to use "File.separator" rather than pathSeparator
Also on line 139 as well.
It would be nice if you checked for OS and suffixed Git with nothing or .exe
The text was updated successfully, but these errors were encountered:
To re-quote: I have no environment for testing windows on a regular basis and would rather not change the .exe part if it doesn't matter. Does it matter ?
You might find that in file bgit/src/main/java/edu/nyu/cs/javagit/api/JavaGitConfiguration.java
on line 83
you want to use "File.separator" rather than pathSeparator
Also on line 139 as well.
It would be nice if you checked for OS and suffixed Git with nothing or .exe
The text was updated successfully, but these errors were encountered: