📌  相关文章
📜  错误:找不到命令 'git' - 您是否在 PATH 中安装了 'git'? - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:46.302000             🧑  作者: Mango

代码示例1
Download and Install git in your windows from here:

https://git-scm.com/download/win

Then add its installation bin path to your windows's environment path. Then you will find the git command at the command prompt globally.

This may solve you problem.

How to change environment variables : Git: Installing Git in PATH with GitHub client for Windows

For Visual studio code restart after adding the environment variables