1. 从https://git-scm.com/downloads上下载对应系统的git安装bao

IDEA从git上clone项目

2. 打开IDEA中setting...   File->Settings

IDEA从git上clone项目

3. 在Version Control中找到Git,并配置git.exe路径(Git安装目录\bin\git.exe)。

IDEA从git上clone项目

4. 从Git上Clone项目到本地  File->New->Project from Version Control->Git

IDEA从git上clone项目

5. 输入Git上项目HTTP地址,因本人已Clone该项目,所以提示已存在

IDEA从git上clone项目

PS:clone中IDEA提示Clone failed:Authentication failed for “http......“

在Git安装目录下打开git-cmd可执行程序(D:\git\git-cmd.exe),在命令行里输入 git config --system --unset credential.helper  回车。然后从新clone时输入git上账户和密码即可

相关文章:

  • 2021-01-04
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
猜你喜欢
  • 2021-08-02
  • 2021-04-06
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案