I'm doing the Udacity course on Github and I'm trying to setup Sublime Text 3 with Github.
Running the "subl" command works and the text editor runs normally but when I try to commit something, which brings along Sublime to type the comment for the commit, I get this error.
C:/Program Files/Git/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl: C:/Program: No such file or directory error: There was a problem with the editor 'C:/Program Files/Git/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'.
I've tried adding the Sublime installation directory to my Windows PATH, and trying to create the directory specified in the error message.
What am I doing wrong here?
I am using the mintty emulator by the way,.