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

git.exe的路径是什么?


当前回答

我已经从https://desktop.github.com下载了存根 从存根安装git后,git.exe存储在以下位置。

C:\Users\**用户名**\AppData\Local\GitHub\PortableGit_*****Some No/characters***\cmd\git.exe

在Windows 10 64位,我觉得exe文件现在存储在cmd文件夹,而不是bin文件夹。

其他回答

Windows 10上的C:\Users\Paul\AppData\Local\GitHub\PortableGit_624c8416ee51e205b3f892d1d904e06e6f3c57c8\mingw32\bin\git.exe

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

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

使用

Git 2.11.0, Windows 10, Android studio 2.2

git.exe位置:

当地C:\Users\ < .username > \ AppData \ \程序\ \ cmd \ git.exe Git

建议:安装时复制git路径

检查这个路径:

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

我已经从https://desktop.github.com下载了存根 从存根安装git后,git.exe存储在以下位置。

C:\Users\**用户名**\AppData\Local\GitHub\PortableGit_*****Some No/characters***\cmd\git.exe

在Windows 10 64位,我觉得exe文件现在存储在cmd文件夹,而不是bin文件夹。