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

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

我如何解决这个问题?


当前回答

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

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

*这将打开*

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

username是你电脑的用户名

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

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

其他回答

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

Windows 7 32位

我正在为我的Ruby on Rails应用程序使用git。第一次,所以…

我创建了一个.bat文件,用于加载使用本教程手动输入的路径的RoR应用程序,地址是“http://www.youtube.com/watch?v=-eFwV8lRu1w”。如果你是Ruby on Rails的新手,你可能想要检查一下,因为我遵循了所有步骤,经过几次试验和错误后,它完美地工作了。

(.bat文件是可以使用notepad++编辑的,因此不需要长时间的过程,当你需要编辑路径时,你可以在创建一个.bat文件后,按照“文件称为row.bat”上方链接上的教程遵循这些简单的过程。)

right click on the .bat file, edit with notepad++. find path. insert path below the last path you inputted. ) During the tutorials I don't remember anything said in regards to using the git command so when starting a new project I had this same problem after installing git. The main issue I had was locating the folder with the bin/git.exe (git.exe did not show up in search using start menu's "search programs and files" ) NOTE I now understood that the location might vary drastically --- see below.

要定位bin/git.exe,我遵循以下步骤

1左键单击开始菜单,找到->>所有程序->> GitHub inc.。 2 .右键单击git shell,选择打开文件位置 3 .点击穿过文件夹的文件位置,找到文件夹“bin”

(我有4个文件夹命名为 1. IgnoreTemplates_fdbf2020839cde135ff9dbed7d503f8e03fa3ab4 2. lfs-x86_0.5.1 3.PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad ("bin/exe,在这里找到<<-") 4. PoshGit_869d4c5159797755bc04749db47b166136e59132 )

复制完整的链接点击探索者的url (我的是“C:\Users\username\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin”)在notepad++中打开。bat文件,并使用上面教程中关于如何添加路径到你的。bat文件的说明进行粘贴。问题解决了!

如果你使用的是Windows 10,请这样做:

Go to Start Start typing 'This PC' Right-click This PC, choose Properties On the left side of the window that pops up, click on Advanced System Settings Click on the Advanced tab Click on the Environmental Variables button at the bottom Down in the System Variables section, double-click Path Click the New button in the top right corner Add this path: C:\Program Files\Git\bin\ then click the enter key Add another path: C:\Program Files\Git\cmd Close & re-open the console if it's already open.

我带你经历了漫长的过程,让你接触到不同的Windows/菜单。祝你好运。

检查Bit Locker是否已启用!我遇到了类似的问题,我的GIT在cmd中工作正常。但是在快速重启后,它不起作用,我得到了如上所述的错误。

所以我必须解锁比特锁,因为我已经在硬盘卷(:E)中安装了GIT,这是由比特锁加密的。

我遇到了这个问题,当你安装git时,你必须选择正确的路径,我的意思是,它应该是你在git Bash中写git(代码)的相同路径…例如,如果您的路径是c:\Users\username,则必须将git安装在相同的路径(c:\Users\username)。这两条路径不应该不同