Intellij Idea 配置git及clone项目

通过设置找到git相关设置,配置好本地安装的路径:

image.png

通过上图设置,点击“test”,如果配置成功可以看到当前安装的git的版本号

通过idea从git上clone项目

步骤1new-->project from version control-->git

image.png

步骤2:clone repository
url:输入你的项目的git地址
directory:录入要克隆到的本地位置
录入上面信息后,测试连接,看到sucessful,继续后续操作。

步骤3:点击clone,开始克隆,等待……

步骤4:clone结束后,通过右下角操作,切换分支


image.png

你可能感兴趣的:(Intellij Idea 配置git及clone项目)