Ändern Sie den Git -Standard -Editor in VSCODE
git config --global core.editor "code --wait"
Relieved Reindeer
git config --global core.editor "code --wait"
git config --global core.editor code
git config --global core.editor "'C:\Program Files (x86)\Microsoft VS Code\code.exe' -w"