Using atom as a git editor fails to wait for commit message, why?

浪子不回头ぞ 提交于 2019-12-01 19:00:00

I don't have atom installed, but I did a similar thing for VS Code. Have you tried putting the command and the switch together inside quotes?

editor = 'atom -w'

I've been doing that with the Bash EDITOR shell variable, since my default editor changes depending which OS I'm on at the time, whether I'm using SSH or not; so setting it inside the Git config for a project is not a solution for me. But it may be for you.

So please try that and tell us what happens.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!