以下是自己总结的步骤,废了很多时间,有由于版本低连接不上github等
1、首先需要有github账号,去官网申请即可。
2、下载安装并按照git:https://git-scm.com/downloads
3、安装成功后,在Git CMD下配置用户名和邮箱:
git config --global user.name "xxxxx"
git config --global user.emial "xxxxx"
4、在idea中配置git file -- settings --version control --- Git ,路径为安装git的路径,点test成功即可。
5、配置github file -- settings --version control --- Github,host为github.com,create api token,test成功即可。
6、右击项目git ---- add把文件从idea中添加到本地仓库
Commit Directory把本地仓库的暂存提交到分支仓库,点击commit and push
首次添加需要配置上地址:
注意:(地址为github上自己创建的仓库路径https://github.com/xxxx/xxx.git)
这样即可。谢谢大家赏阅,欢迎关注我哦。