errore editor commit git 'subl -n -w'

0

Sul mio ElCapitan, ho installato Vim, ma il mio commit Git sta dando errori:

$ git commit
subl -n -w: subl: command not found
error: There was a problem with the editor 'subl -n -w'.
Please supply the message using either -m or -F option.

C'è un modo per risolvere questo problema? Grazie

    
posta Fred J. 22.01.2016 - 10:37
fonte

1 risposta

0

Sembra che il tuo editor predefinito sia Sublime Text invece di vim. Puoi cambiarlo con questo comando:

git config --global core.editor vim
    
risposta data 22.01.2016 - 11:24
fonte

Leggi altre domande sui tag