When I give the command "$git commit" to git bash, then
(当我向git bash发出命令“ $ git commit”时,)
$ 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.
this error is thrown by git.
(这个错误是由git抛出的。)
I have configured atom in git using this command :- (我已经使用以下命令在git中配置了atom:)
$ git config --global core.editor "atom --wait"
ask by Ft.Mohak translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…