我有PyCharm,我正在寻找git.exe来设置它与我的repo。
git.exe的路径是什么?
我有PyCharm,我正在寻找git.exe来设置它与我的repo。
git.exe的路径是什么?
当前回答
在浏览了所有答案之后,虽然没有找到路径。 windows 10最新版本的githubdesktop.exe在这个目录下:
C:\ProgramData\<User>\GitHubDesktop\app-1.0.13\GitHubDesktop.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
Windows 10操作系统:
我从- https://git-for-windows.github.io/安装git。
安装后,我在C:\Program Files\Git\bin\git.exe找到了它
在windows 8中,我发现它的路径如下:
C:\Program Files (x86)\Git\bin\git.exe