git常见错误

refusing to merge unrelated histories

如果git merge合并的时候出现refusing to merge unrelated histories的错误,原因是两个仓库不同而导致的,需要在后面加上--allow-unrelated-histories进行允许合并,即可解决问题。

复制代码
git push origin <branch_name>

Updates were rejected because the tip of your current branch is behind

使用git branch --set-upstream-to=origin/master master将本地关联到远程,在git push。

使用参考地址Git 常用基本命令使用详细大全_git命令行-CSDN博客

相关推荐
zzqssliu2 小时前
煤炉自动代拍系统的队列设计与超时控制机制
git·github
一支绝命钩2 小时前
FPGA工程Git常用操作手册
git
不搞学术柒柒6 小时前
Git新功能完整开发提交流程
git
午安~婉10 小时前
Git中SSH连接
前端·git·gitee
888CC++11 小时前
VS Code Git 工作树:解锁多分支并行开发新体验
git
阿虎儿11 小时前
Git exclude 功能解析
git
隔窗听雨眠12 小时前
VS Code Git工作树:多分支并行开发的完整实践方案
git
^yi13 小时前
【Linux系统编程】快速上手git仓库管理,核心三板斧
git
郝同学今天有进步吗14 小时前
构建 LangGraph Code Review Agent(四):文件过滤与 AnalysisPackage 分包
git·python·ai·code review
胖大和尚1 天前
git本地实现local->remote推送
git