Git 命令无法识别;它位于哪里?
Git command not recognized; where is it located?
我正在努力学习 Github 并关注 this video。我一直在 cmd 中收到 'git' is not recognized as an internal or external command, operable program or batch file.
。我尝试将它添加到 PATH 环境变量中,但不知道 Git.exe 位于何处,甚至安装是否成功。我是 运行 Windows 8.1 64 位,在控制面板中有 GitHub by GitHub inc。在 C:\Program Files\Git
中有一个名为 mtab
的文件
而不是试图在任何地方引用 git.exe
与 GitHub Desktop (that path is quite complex), simply uncompress the latest git for windows which is PortableGit-2.6.4-64-bit.7z.exe
打包在一起的嵌入式 git.exe
。
然后添加到您的%PATH%
:
C:\path\to\PortableGit-2.6.4-64-bit\bin
这是 Windows 中 git.exe 的路径:
C:\用户\\AppData\Local\GitHub\PortableGit_\bin\git.exe
有关详细信息,请单击 here
我正在努力学习 Github 并关注 this video。我一直在 cmd 中收到 'git' is not recognized as an internal or external command, operable program or batch file.
。我尝试将它添加到 PATH 环境变量中,但不知道 Git.exe 位于何处,甚至安装是否成功。我是 运行 Windows 8.1 64 位,在控制面板中有 GitHub by GitHub inc。在 C:\Program Files\Git
中有一个名为 mtab
而不是试图在任何地方引用 git.exe
与 GitHub Desktop (that path is quite complex), simply uncompress the latest git for windows which is PortableGit-2.6.4-64-bit.7z.exe
打包在一起的嵌入式 git.exe
。
然后添加到您的%PATH%
:
C:\path\to\PortableGit-2.6.4-64-bit\bin
这是 Windows 中 git.exe 的路径: C:\用户\\AppData\Local\GitHub\PortableGit_\bin\git.exe
有关详细信息,请单击 here