IDEA github的应用

时间:2025-01-12 17:06:14

1.下载并安装一个git

IDEA github的应用

一直点下一步就可以

2.去github官网注册一个账号

https://github.com/

2.1点击Sign up 进入注册页面

IDEA github的应用

2.2填写注册信息,点击Create an account完成注册

IDEA github的应用

2.3登陆邮箱,会看到github发来的验证邮件

IDEA github的应用

2.4打开邮件点击链接,注册成功,

IDEA github的应用

3.打开IDEA ,点击设置,配置git和github

IDEA github的应用

配置git,选择git的安装路径点击Test测试是否配置成功

IDEA github的应用

配置github

IDEA github的应用

然后就可以上传项目了

点击VCS-导入版本控制-Create Git Repository

IDEA github的应用

选择当前项目,点击确定,添加项目到git监管

IDEA github的应用

然后点击Share Project on GitHub上传项目

IDEA github的应用

点击share确定上传

IDEA github的应用

上传成功后就可以登陆github查看上传的项目了

登陆github官网

点击Sign in进入登陆页面

IDEA github的应用

输入用户名密码,点击Sign in登陆

IDEA github的应用

点击Your profile查看上传的项目或直接点击右侧项目名打开项目

IDEA github的应用

更新项目

  1.点击git-add

IDEA github的应用

2.点击Commit目录

IDEA github的应用

IDEA github的应用

3.点击git-Push

IDEA github的应用

点击Push更新项目

IDEA github的应用

打开github已有项目

点击VCS-从版本控制检出-GitHub

IDEA github的应用

选择要打开的项目,点击clone打开

IDEA github的应用

IDEA github的应用

教程结束!!!!