VSCode

CTRL + shift + p open setting. Json

Replace the cmder root directory, my computer path is as follows

"git.enabled": true,
"git.path": "F:\\Software\\cmder\\vendor\\git-for-windows\\cmd\\git.exe",
"terminal.integrated.shell.windows": "F:\\Software\\cmder\\vendor\\git-for-windows\\bin\\bash.exe",
Copy the code

Webstorm

Set >> Tools >> Terminal to change Shell Path to the absolute Path of bash.exe (this Path depends on you) as follows

Configure git

Go to >> Version Ctontrol >> Git and change Path to Git to the absolute Path of Git