Idea配置GIT

2019/04/01

1.在github中创建一个账号:https://github.com/join?source=header-home

2.下载并安装git:https://git-scm.com/downloads

3.安装成功后打开Git Bash,输入下列命令,设置git全局用户名和邮箱

4.在IDEA中设置Git,在File–>Setting->Version Control–>Git–>Path to Git executable选择你的git安装后的git.exe文件,然后点击Test,测试是否设置成功

5.在IDEA中设置GitHub,File–>Setting->Version Control–>GibHub

  • Host:github.com
  • Token:点击Create API Token,输入在github中注册的用户名和密码生成token
  • 点击Test,测试是否连接成功

此时,git配置成功!


扫码加好友

(转载本站文章请注明作者和出处 追梦er