输入git pull时的bug: error: There was a problem with the editor 'vi'.
bug:
error: There was a problem with the editor 'vi'.
Not committing merge; use 'git commit' to complete the merge.
解决方法:
git config --global core.editor $(which vim)
Click to Start
输入git pull时的bug: error: There was a problem with the editor 'vi'.
error: There was a problem with the editor 'vi'.
Not committing merge; use 'git commit' to complete the merge.
解决方法:
git config --global core.editor $(which vim)