I have a problem in which whenever I run git commit, this is displayed:
error: cannot spawn subl: No such file or directory
error: unable to start editor 'subl'
Please supply the message using either -m or -F option.
sublis an alias for the exalted. I am running git bash on win10.
If I just run, ' subl' it opens the editor without problems, but with git commit it is not. Here is my git config file:
[core]
editor = subl -w -n
source
share