Когда я набираю git commit
Atom должен открыться, но он не открывается.
Для конфигурации в командной строке я набрал:
config --global core.editor "atom --wait"
Когда я набрал:
git commit
Там написано:
hint: waiting for your editor to close the file .......
error: there was a problem with the editor "atom --wait"
Please supply the message using either -m or -F option.