欢迎来到cool的博客
7

Music box

Click to Start

点击头像播放音乐
新博客链接

输入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)

返回列表