git 提交代碼時出現(xiàn): 提示:等待您的編輯器關(guān)閉文件...
解決方案:
查看編輯器:
git config -l --show-origin | grep editor
git config --global --list
將core.editor默認(rèn)編輯修改為vim
git config --global core.editor vim
git config --global --list
git 提交代碼時出現(xiàn): 提示:等待您的編輯器關(guān)閉文件...
解決方案:
查看編輯器:
git config -l --show-origin | grep editor
git config --global --list
將core.editor默認(rèn)編輯修改為vim
git config --global core.editor vim
git config --global --list