重点步骤:
idea配置本地的git.exe
本地git文件中设置key , 命令:$ ssh-keygen -t rsa -C "youremail@example.com" ;
设置完后,将本地(C:\Users\用户名\.ssh\**_rsa.pub) 密钥添加到github中
参考地址:
Git的使用--如何将本地项目上传到Github(两种简单、方便的方法)
https://blog.youkuaiyun.com/u014135752/article/details/79951802
IDEA中安装git并下载项目
https://blog.youkuaiyun.com/newbie_907486852/article/details/79522460
IDEA配置Git
https://www.cnblogs.com/hkgov/p/7694101.html