我安装了适用于 Windows 的 Git,但是当我尝试在命令提示符中使用
git
命令时,出现以下错误:
'git' is not recognized as an internal or external command,
operable program or batch file.
如何解决这个问题?
您可能没有正确设置
PATH
来指向您的 Git 安装。
您需要将以下路径添加到
PATH
:
C:\Program Files\Git\bin\
C:\Program Files\Git\cmd\
并检查这些路径是否正确。您可能已将 Git 安装在不同的驱动器上或位于
Program Files (x86)
下。如有必要,请更正路径。
在 Windows 10 上修改
PATH
:
C:\Program Files\Git\bin\
和 C:\Program Files\Git\cmd\
添加到列表末尾。在 Windows 7 上修改
PATH
:
;
,则插入 C:\Program Files\Git\bin\;C:\Program Files\Git\cmd\
,然后插入 ;
。请勿在 C:\Users\<YOUR USERNAME>\AppData\Local\GitHub\PortableGit_8810fd5c2c79c73adcc73fd0825f3b32fdb816e7\cmd
(超级用户)