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

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

我如何解决这个问题?


当前回答

安装完成后,打开GitHub应用程序,在右上角你会注意到一个设置图标。从下拉菜单中选择“选项”,并选择“默认Shell”作为Cmd。

现在尝试在搜索中输入'git shell' (windows键和类型)并选择git shell。它应该在CMD中打开,git现在应该被识别。

其他回答

如果你使用的是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/菜单。祝你好运。

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文件的说明进行粘贴。问题解决了!

如果你正在使用GitHub for Windows (GitHub的旧Git GUI不再可供下载,而不是新的基于电子的GitHub Desktop),你在下面安装了Git:

C:\Users\<YOUR USERNAME>\AppData\Local\GitHub\PortableGit_8810fd5c2c79c73adcc73fd0825f3b32fdb816e7\cmd

展开该路径,并将其添加到path。

如果你想设置为临时用途,只需执行下面的命令。

打开命令提示符< run——> CMD > . CMD 执行以下命令。 设置路径=C:\程序文件\Git\bin 输入git,就可以了。


这是有效的当前窗口/单元格,如果你将关闭命令提示符,一切都将消失。 为了永久设置,在环境变量中设置GIT。

a.按窗口+暂停键 b.单击“高级系统设置”。

c.单击“高级选项卡”下的“环境变量”。

d.编辑“路径变量”。

e.在语句末尾添加以下行。 Git; c: \ Program Files \ \ bin。

f.按“OK”!! g.打开新的命令提示符。 h.输入“git”,按“Enter”

谢谢

我通过将Target框架更改为. net 6.0来解决这个问题。

要做到这一点,请遵循这条路径。

解决方案资源管理器->右键单击项目->属性

然后尝试改变框架。