我有PyCharm,我正在寻找git.exe来设置它与我的repo。
git.exe的路径是什么?
我有PyCharm,我正在寻找git.exe来设置它与我的repo。
git.exe的路径是什么?
当前回答
我使用的是Windows 10, Pycharm 2016.1.2,这里是我找到Github.exe的路径:(请注意,粗体部分是变量,你应该用适用的值替换它…)
C: \用户* *萨尔曼·* * \ AppData \ Local的GitHub上的git PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad \ bin \ . exe
其他回答
在windows 8中,我发现它的路径如下:
C:\Program Files (x86)\Git\bin\git.exe
我在
C:\Users\~\AppData\Local\GitHub\PortableGit_<some_identifier>\mingw32\libexec\git-core\
检查这个路径:
C:\Program Files\Git\mingw64\libexec\git-core\git.exe
Install git first to your window from
https://git-scm.com/download/win
Select this path while configuring with git to Android studio
C:\Program Files\Git\cmd\git.exe
我正在使用GitHub Desktop 1.0.13,我想将git.exe添加到我的Intellij环境中。 我在C:\Users\Adam\AppData\Local\GitHubDesktop\app-1.0.13\resources\app\git\mingw64\bin\git.exe中找到了它