首页 > 代码库 > [git push] rejecteded 问题的解决方法
[git push] rejecteded 问题的解决方法
错误信息:
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.
解决方法:
1、先pull到本地
2、设置到当前分支为默认push分支 git config --global push.default "current"
3、然后再git push就可以了
[git push] rejecteded 问题的解决方法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。