我在使用Atom保存提交消息时遇到问题。我知道有一种替代方法,可以使用this
进行描述
git commit -m "Title" -m "Description .........."
但我致力于课程的发展。
无论如何,在接下来的YouTube视频中,我所做的 我要提交的步骤 。
my problem with Atom to save commit message and exit
最终,我收到了此错误消息
试图在已关闭或释放的渲染器窗口中调用函数。 此处提供的功能:对象。 (C:\ Users \ Kimo Store \ AppData \ Local \ atom \ app-1.33.0 \ resources \ app.asar \ node_modules \ github \ lib \ worker.js:61:22 远程事件名称:损坏,崩溃
请注意,我正在使用Windows OS,GIT bash和Atom文本编辑器
答案 0 :(得分:0)
首先,在编辑器中编辑提交的消息(而不是命令行""
时)时,您不需要在git commit -m "..."
(双引号)之间放置提交消息。
第二,检查您的Atom如何设置为git commit消息编辑器。
git config -l
git config --global core.editor "atom --wait"