Using IntelliJ idea to import project from GitHub warehouse, error report:
Clone failed runnerw.exe CreateProcess failed with error 2
Check the following steps:
1. Install git tool, download address: https://gitforwindows.org/
Check that the installation is successful. Right click any folder, left click “git bash here” in the drop-down menu, and the command line window will appear. Enter the command: GIT
The picture shows success
2. Set IntelliJ idea editor to import
View menu: File -> Settings -> Version Control -> Git
Just fill in the GIT installation directory in the edit box after path to git executable. For example, the GIT installation directory of the local machine: D:\Program Files\Git\bin\git.exe
As shown in the figure below:
3. Import GitHub project
View menu: VCs – & gt; Checkout from Version Control -> Git
Fill in the following dialog box:
Above, can solve the problem, tks
div>