选择需要的项目创建本地Git仓库


添加到暂存区

第一次提交

或者点击这里

写备注并commit


推送远程仓库

填写地址





解决上图警告

右键打开项目,输入
git pull origin master --allow-unrelated-histories
git push -u origin master -f

推送成功

idea项目推送github及克隆github项目
创建仓库


idea克隆




登录,成功克隆

推送本地项目到远程仓库
和上述一样,地址变化了而已
推送失败打开git窗口输入
git config --global --unset https.proxy
git config --global --unset http.proxy