How to use git in IDEA to download the project to the local, and clone the project through the URL (giteegithub)

Click New > Project from Version Control

insert image description here

After clicking, a window will pop up

insert image description here

  • == Pull project code through URL ==

Open the project repository you want to download Clone>Copy

gitee

insert image description here

The same is true for github

insert image description here
Return to IDEA

  1. Paste the URL you just copied into it
  2. choose the right location
  3. click clone

insert image description here

Download completed

insert image description here

Guess you like

Origin blog.csdn.net/yvge669/article/details/132062693