当前位置 : 主页 > 网络编程 > 其它编程 >

PleasesupplythemessageusingeithermorFoption.

来源:互联网 收集:自由互联 发布时间:2023-07-02
在mac中如果使用gitcommit–amend会出现如下错误error:Therewasaproblemwiththeedito 在mac中如果使用 git commit –amend会出现如下错误 error: There was a problem with the editor ‘vi’. Please supply the message using
在mac中如果使用gitcommit–amend会出现如下错误error:Therewasaproblemwiththeedito

在mac中如果使用 git commit –amend会出现如下错误

error: There was a problem with the editor ‘vi’. Please supply the message using either -m or -F option.

原因是vi有问题需要为 git 换一个默认的编辑器比如 vim如下进行配置即正常了。

git config --global core.editor "vim"

上一篇:samba网络共享
下一篇:没有了
网友评论