打开命令提示符时,Github for Windows无法在我的系统上找到Git


2

我有Windows 10(德语)并在“C:\ Program Files \ Git”中安装了Windows 2.13.2(64位)的Git。

我安装了Github for Windows 0.6.2(64位),桌面版。

我可以在Github上从我的git存储库中删除更改就好了。

但是,当单击菜单Repository / Open命令提示符时,会显示一条错误消息,指出Github for Windows无法在我的系统上找到Git。

enter image description here

我不想在没有Git的情况下打开命令提示符,也不需要安装Git,因为我已经有了。在Github for Windows的设置中我无处可以告诉它在哪里可以找到Git。将“C:\ Program Files \ Git”添加到Windows PATH无效。

如何让Github for Windows打开Git bash?


1
你可能需要添加 C:\Program Files\Git\bin 走向你的道路。请注意 \bin 在末尾。
DavidPostill

@DavidPostill是的,这就是诀窍。我的错。
Trilarion

大!答案补充:)
DavidPostill

Answers:


4

将“C:\ Program Files \ Git”添加到Windows PATH无效。

Git安装通常有一个 bin 包含该子目录的子目录 .exe 文件。

C:\Program Files\Git\bin 走向你的道路。请注意 \bin 在末尾。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.