From git clone project to IDEA

1. Download git first. Git official website: Git - Downloads (git-scm.com)

2. Configure the local git. Open the setting in IDEA, find Git in Version Control, and configure the git.exe path (Git installation directory\bin\git.exe).
insert image description here

3. From the Clone project on Git to the local: The first method: File->New->Project from Version Control->Git

[External link image transfer failed, the source site may have an anti-leeching mechanism, it is recommended to save the image and upload it directly (img-8xE5OFK5-1607148258014) (C:\Users\lileilei\AppData\Roaming\Typora\typora-user-images\image-20201205135909841.png)]

The second way: VCS->Get from Version Control

[External link image transfer failed, the source site may have an anti-leeching mechanism, it is recommended to save the image and upload it directly (img-kg4sKZTt-1607148258016) (C:\Users\lileilei\AppData\Roaming\Typora\typora-user-images\image-20201205140036372.png)]
insert image description here

Just find the project path from gitee and copy and paste the URL here.
insert image description here

OK, just click Clone after copying and pasting the URL, and the project will be cloned.

Guess you like

Origin blog.csdn.net/qq_43467892/article/details/110680350