我在我的mac上安装了git,现在我开始在终端上使用它了。我也这样配置了
git config --global core.editor "atom --wait"
但是当我使用git commit时,这就是我得到的
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.
现在我不知道如何继续。有人可以帮忙吗?
答案 0 :(得分:1)
我认为你应该使用原子的完整路径。