如何将gedit配置为git core.editor?

如何将gedit配置为git core.editor?,第1张

概述我将gedit配置为git core.editor. git config --global core.editor "gedit" 这工作正常,除非已经有一个gedit窗口打开.在这种情况下,COMMIT_EDITMSG在现有窗口中打开,gedit立即返回. Git以空提交消息结束,并失败. 这个网站(http://fabianschuiki.wordpress.com/2012/05/20/u 我将gedit配置为git core.editor.
git config --global core.editor "gedit"

这工作正常,除非已经有一个gedit窗口打开.在这种情况下,COMMIT_EDITMSG在现有窗口中打开,gedit立即返回. Git以空提交消息结束,并失败.

这个网站(http://fabianschuiki.wordpress.com/2012/05/20/use-gedit-as-git-editor/)建议使用“gedit -s -w”,但是我没有这些选项(而且 – 新窗口不起作用):

$gedit -Vgedit - Version 2.28.4$gedit --helpUsage:  gedit [OPTION...] [file...] - Edit text filesHelp Options:  -h,--help                      Show help options  --help-all                      Show all help options  --help-gtk                      Show GTK+ Options  --help-sm-clIEnt                Show session management optionsApplication Options:  -V,--version                   Show the application's version  --enCoding=ENCoding             Set the character enCoding to be used to open the files Listed on the command line  --List-enCodings                display List of possible values for the enCoding option  --new-window                    Create a new toplevel window in an existing instance of gedit  --new-document                  Create a new document in an existing instance of gedit  --display=disPLAY               X display to use
解决方法 解决这个问题的最简单的方法是升级gedit(在Ubuntu 13.10中是3.8.3)

在3.x中,-s(独立)和-w(等待)可用.
这允许(如commented到Fortisimo):

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

由于Gábor Lipták评论below,这与gedit3一起使用,它与以下设备一起安装:

sudo apt-get install gedit-common/trusty sudo apt-get install gedit/trusty

(在linux Mint上)

总结

以上是内存溢出为你收集整理的如何将gedit配置为git core.editor?全部内容,希望文章能够帮你解决如何将gedit配置为git core.editor?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1045129.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存