error: There was a problem with the editor 'vi'.
Not committing merge; use 'git commit' to complete the merge.
git merge 的时候不能自动完成了,出现如上的报错信息。
解决方案:
git config --global core.editor $(which vim)
error: There was a problem with the editor 'vi'.
Not committing merge; use 'git commit' to complete the merge.
git merge 的时候不能自动完成了,出现如上的报错信息。
解决方案:
git config --global core.editor $(which vim)