据我所知,通常情况下,如果您想更改commit上的注释的名称,您只需在终端中输入git commit,文本编辑器就会自动弹出。
The text editors might be one of the following:
GIT_EDITOR environment variable
core.editor configuration setting
VISUAL environment variable
EDITOR environment variable
我需要下载这些文本编辑器之一吗?
我在上遵循简单的git指南
我在~/目录中初始化了一个空的git实例,然后添加了我的.vimrc和.vim/文件。
git add .vimrc
git add .vim
然而,当我执行git commit命令时,我得到了看似不相关的错误消息。
sayth@linux-kt34:~> git commit
Error detected while processing /home/sayth/.vimrc:
line 203:
E319: Sorry, the command is not available in this version: py << EOF
line
通常,我通过mac os的终端使用android进行开发和git。有时,当我试图合并分支终端时,请打印这一行:
hint: Waiting for your editor to close the file...
并打开“崇高文本”(在git中这是当前的默认文本编辑器),为merge命令显示一条消息,并希望保存和关闭编辑器。如何将设置为git中的默认文本编辑器?
我这样做是为了在git( ~/..gitconfig)中将sublime设置为默认文本编辑器,但对于android需要一个类似的命令:
editor = /Applications/Sublime\\ Text.app/Content
可能复制:
我正在通过mac的终端使用Git。最近,当我尝试执行git pull时,遇到了一个恼人的问题。执行git pull后,我将收到以下错误消息:
Merge ssh://example.com/repository.git
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will
我使用的Ubuntu18.04,我已经删除了以前版本的崇高文本通过Ubuntu,然后安装通过崇高文本的官方文件给这里。
在此之后,每当我尝试git commit时,它都会给出以下消息,并且什么也不做。
git commit
hint: Waiting for your editor to close the file...
'/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl'
-n -w: 1: '/Applications/Sublime Text
2.app/Contents/Sh