我有PyCharm,我正在寻找git.exe来设置它与我的repo。
git.exe的路径是什么?
我有PyCharm,我正在寻找git.exe来设置它与我的repo。
git.exe的路径是什么?
当前回答
如果你安装了msysgit,在64位系统上的路径看起来像c:\Program Files (x86)\Git\bin\git.exe,否则就下载并安装它,PyCharm不附带Git客户端。
其他回答
我在
C:\Users\~\AppData\Local\GitHub\PortableGit_<some_identifier>\mingw32\libexec\git-core\
如果你安装了Visual Studio 2022, git.exe位于这里:
C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw32\bin
Windows 10操作系统:
我从- https://git-for-windows.github.io/安装git。
安装后,我在C:\Program Files\Git\bin\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中找到了它
在GitHub 2.5.3.0的Windows 7中,我在C:\Users(user)\AppData\Local\GitHub\PortableGit_(numbers)\mingw32\bin\git.exe中找到了它
感谢dir /s git.exe