当我尝试提交某些内容,而不是使用" -m"时,我立即收到此消息。 我使用" -w"将我的默认编辑器更改为atom。设置,也试过" -W"。
git config --global core.editor -w
使用vim,它工作得很好......
我正在运行OSX Yosemite。
那么,我怎样才能让它发挥作用呢?
编辑:Atom正常打开,但错误消息会在它发布之前发布。
答案 0 :(得分:3)
“提交编辑器”部分中的Atom Editor Git Integration页面指出您必须将--wait
标志作为编辑器命令的一部分传递:
git config --global core.editor "atom --wait"