当前位置:   article > 正文

idea项目推送gitee/github

idea项目推送gitee/github

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

image-20240622102305729

image-20240622102329578

添加到暂存区

image-20240622102503452

第一次提交

image-20240622103356844

或者点击这里

写备注并commit

image-20240622105221178

推送远程仓库

image-20240622105431965

填写地址

image-20240622105459942

image-20240622105750595

image-20240622105814842

image-20240622105901265

image-20240622110200218

解决上图警告

image-20240622110212719

右键打开项目,输入

git pull origin master –allow-unrelated-histories
 
git push -u origin master -f
  • 1
  • 2
  • 3

image-20240622110541825

推送成功

image-20240622110610614

idea项目推送github及克隆github项目

创建仓库

image-20240622111204703

image-20240622111201602

idea克隆

image-20240622111456733

image-20240622111519501

image-20240622111554588

image-20240622111946023

登录,成功克隆

image-20240622112313220

推送本地项目到远程仓库

和上述一样,地址变化了而已

推送失败打开git窗口输入

git config --global --unset https.proxy
git config --global --unset http.proxy
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/喵喵爱编程/article/detail/749500
推荐阅读
相关标签
  

闽ICP备14008679号