我已经安装了Git for Windows,但是当我尝试在命令提示符中使用Git命令时,我得到以下错误:

'git' is not recognized as an internal or external command,
operable program or batch file. 

我如何解决这个问题?


当前回答

安装git之前打开cmd提示符了吗?如果是,请关闭并重新打开。

其他回答

只是想补充一下阿比森的答案。 如果任何人使用非管理员帐户,您可以创建一个“本地”变量,而不是允许访问标准/有限帐户的“系统”变量。 在“环境变量”窗口中: 1)在“User variables for…”部分选择“New…”按钮。 2)将“变量名称:”设置为“path”,将“变量值:”设置为“[your-git-path]”(通常在C:\Program Files (x86)\Git\ bin中找到)。 3)单击“确定”。

搜索GitHubDesktop\app-2.5.0\resources\app\git\cmd 打开文件 复制文件位置。 寻找环境。 打开编辑系统环境变量。 打开环境变量。 在用户变量上双击Path。 点击新建 过去的 好吧 系统变量的开放路径。 新建,经过add \(反斜杠),然后OK 搜索GitHubDesktop\app-2.5.0\resources\app\git\usr\bin\ 14再次复制“Address”,重复步骤4至12的粘贴操作。

如果你得到这个错误,你可能没有在你的系统中安装git。

在此下载:

https://git-scm.com/downloads

安装它。

如果您使用的是Windows,现在将看到一个C:\Program Files\Git文件夹。

打开一个新的命令提示符窗口,并尝试再次运行git命令。

Go to My Computer => Local Disk(C:) => Program Files(x86) => Git => cmd Right Click the git => Select Properties Under the location Copy the text eg - C:\Program Files (x86)\Git\cmd Come back to the Desktop Right-click My Computer Select property Open Advanced Click Environment Variables In the System variables Find the Variable call Path Click the variable Click the Edit Button Select the Variable value Text Box . Go to the edge of the text and put semicolon(;) Then Right-click and press Paste Press Ok

哟!我在这方面有很多问题。似乎Github带来了自己的控制台,你需要在你的驱动器中寻找。我最终通过以下方法运行了它:

按下开始键。 搜索“GitHub”(不带引号) 右键点击“GitHub”,选择“打开文件位置”

*这将打开*

C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\GitHub, Inc

username是你电脑的用户名

找一个叫“Git Shell”的程序。双击它。

这将打开一个PowerShell命令提示符。然后你就可以在上面正常运行git命令了。