📅  最后修改于: 2022-03-11 14:51:29.608000             🧑  作者: Mango
# <================== notepad++ ==================>
# if you have problem with notepad++ here is the solution
git config core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
# <==================== vscode ====================>
# if you have problem with visual studion code here is the solution
git config --global core.editor "code --wait"