系统是 Windows,打开 IntelliJ IDEA 的时候提示 Git 需要配置。
但是找不到路径,请问 windows 下,git.exe
在哪里找呢?
PHP中文网2017-05-02 09:20:21
Download and install the git client first
If you are installing the github client, the directory you need to specify is the PortableGit directory used internally by GitHub, or you can directly configure the GitHub account in Intellij Settings -> Version Control.
曾经蜡笔没有小新2017-05-02 09:20:21
Of course, you need to download the git client from http://git-scm.com/downloads first.
大家讲道理2017-05-02 09:20:21
Moved from StackOverflow:
If you are using Github for Windows, Windows 7 can find it C:Users<username>AppDataLocalGitHubPortableGit_<numbersandletters>bingit.exe
C:Users<username>AppDataLocalGitHubPortableGit_<numbersandletters>bingit.exe
Windows 10或者更高版本可以找一下C:Users<username>AppDataLocalGitHubPortableGit_<numbersandletters>cmdgit.exe
Windows 10 or higher can find it
C:Users<username>AppDataLocalGitHubPortableGit_<numbersandletters>cmdgit.exe
🎜过去多啦不再A梦2017-05-02 09:20:21
First you need to install the git client
Then you can find git.exe in the git installation directory
This is the git.exe you are looking for
Then configure the above path in intellij git
大家讲道理2017-05-02 09:20:21
You need to download the windows client from the git official website now, and then install it. There will be git.exe in the installation path