http://114.215.90.144/student_association/student.git
 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 'http://114.215.90.144/student_association/student.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
 
 
方法一:把本地文件复制一份,然后在把项目从仓库中拉下来
 
方法二:使用git强制推送命令 git push -f all

 

方法三: 第一步 :git push origin +some_branch
                 第二步:git push -u origin master

转载于:https://www.cnblogs.com/Lance--blog/p/5203958.html

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐