我有PyCharm,我正在寻找git.exe来设置它与我的repo。

git.exe的路径是什么?


当前回答

在windows 8中,我发现它的路径如下:

C:\Program Files (x86)\Git\bin\git.exe

其他回答

如果你使用的是Git For Windows,那么它位于

C:\Program Files\Git\mingw64\libexec\git-core

记住Git For Windows提供了Git CMD,这是一个已经设置了PATH的命令提示符。Git CMD可作为快捷方式

Start Menu > Programs > Git

还有其他选择。

如果你可以使用git命令,它应该在你的路径? 因此,这应该工作假设Linux或Linux类似的操作系统

which git

其他也假设Linux类似的操作系统

cd /
find . -name "*git*"

如果在windows上,告诉我你用的是什么版本,我会帮助你。windows默认路径为 C:\Program Files (x86)\Git.

可执行文件的名称不是git。Exeon所有系统。

C:\Users\<username>\AppData\Local\GitHub\PortableGit_<random hash>\cmd\ Git .exe是我的Git .exe所在的Windows 10, Git版本2.10.0.0

编辑:在GitHubDesktop中,位置更改为这样

C:\Users\<username>\AppData\Local\GitHubDesktop\app-1.0.1\resources\app\git\cmd

或者更简单的方法

%USERPROFILE%\AppData\Local\GitHubDesktop\app-1.0.1\resources\app\git\cmd

我很惊讶地看到没有人提到使用——execc -path开关。

git - exec-path C:\Program Files\Git\ mingw64 / libexec / git-core

我希望这能帮助到一些人。

在windows 8中,我发现它的路径如下:

C:\Program Files (x86)\Git\bin\git.exe