1.注册GitHub账户
GitHub官方网址 : https://github.com
2.下载安装git_for_windows
官方下载地址:https://git-scm.com/downloads
3. IDEA配置git
1) FILE -> Setting -> Version Control -> GitHub,选择Auth Type:Token,Create API Token
2)点击Test按钮,显示连接git成功。
4.将项目上传至github仓库
1)创建github仓库
2)将当前项目上传至github仓库