idea配置github

idea是一个非常强大的工具,他的各种第三方集成的都很好,比如maven, version control
现在最常用的version control就是github
idea可以直接从github上直接clone项目
步骤:
1. 设置idea
1. 配置github账号
进入到设置页面,你的github账号
输入账号密码后,点击test可以测试连接

2. 配置安装的git
选择本地电脑安装的git路径,点击测试如果是successfully,Ok
![](http://cpfblog.oss-cn-beijing.aliyuncs.com/2018/03/TIM%E6%88%AA%E5%9B%BE20180321104235.png)

2. 导入github上项目
file -> new ->project from version control

输入要导入的地址即可

猜你喜欢

转载自blog.csdn.net/caoPengFlying/article/details/81232084