I use Emacs 24.5.1 with Spacemacs and added Msys2 to the exec-path to use git.exe
When I run 'Magit-status' I get the following error:
C:/c/user/...my-folder/ isn't an existing directory.
I can see there is something weird going on with the path. There is an extra '/c/' There is a very similar error to users that use Git from Cygwin, and there is a work around to fix that by removing the extra '/cygdrive/' added to the file path. Unfortunately I haven't found anything to fix my problem.
Any ideas anyone?
Thanks