Когда я даю команду "$ git commit" для git bash, тогда
$ git commit
hint: Waiting for your editor to close the file... atom --wait: atom: command not found
error: There was a problem with the editor 'atom --wait'.
Please supply the message using either -m or -F option.
эта ошибка выдается git. Я настроил атом в git с помощью этой команды: -
$ git config --global core.editor "atom --wait"