Ubuntu下git提示:终止提交因为提交说明为空。

发布时间:2024年01月08日

这么简单的问题居然搜索了一会儿,现在的网络环境越来越差了。

解决方法:

gedit:
git config --global core.editor "gedit -s"

the paramater "-s " means set the gedit mode to "standalone"

Sublime Text 2
git config --global core.editor "subl -w"

the paramater "-w" means return until the file was closed.

参考:https://www.cnblogs.com/maadiah/archive/2012/02/27/2369931.html

文章来源:https://blog.csdn.net/ch593030323/article/details/135460072
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。