search

Home  >  Q&A  >  body text

intellij-idea - IntelliJ IDEA 找不到 git.exe?

系统是 Windows,打开 IntelliJ IDEA 的时候提示 Git 需要配置。

但是找不到路径,请问 windows 下,git.exe 在哪里找呢?

黄舟黄舟2792 days ago1231

reply all(5)I'll reply

  • PHP中文网

    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.

    reply
    0
  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-02 09:20:21


    Of course, you need to download the git client from http://git-scm.com/downloads first.

    reply
    0
  • 大家讲道理

    大家讲道理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.exeC:Users<username>AppDataLocalGitHubPortableGit_<numbersandletters>bingit.exe
    Windows 10或者更高版本可以找一下
    C:Users<username>AppDataLocalGitHubPortableGit_<numbersandletters>cmdgit.exeWindows 10 or higher can find it

    C:Users<username>AppDataLocalGitHubPortableGit_<numbersandletters>cmdgit.exe🎜

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再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

    reply
    0
  • 大家讲道理

    大家讲道理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

    reply
    0
  • Cancelreply