I get the following error when using git rebase -i master although the subl command works to open html, css and js files.
/usr/local/Cellar/git/2.9.0/libexec/git-core/git-rebase–interactive: line 255: /Applications/Sublime: No such file or directory
Could not execute editor
which -a subl
subl () {
“$_sublime_path” $*
}
ls -al which subl
ls: “$_sublime_path”: No such file or directory
ls: $*: No such file or directory
ls: (): No such file or directory
ls: {: No such file or directory
ls: }: No such file or directory
lrwxr-xr-x 1 myusername staff 62 29 Jun 07:19 subl -> /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl
Contents of ~/.gitconfig
exludesfile = /Users/myusername/.gitignore_global
editor = /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl