
git Merge made by the 'recursive' strategy
From gitee:xxxxx/cms * branch develop -> FETCH_HEAD Merge made by the 'recursive' strategy. api/controller/v1/Practice.php | 1 - 1 file changed, 1 deletion(-)
解决办法:
方法一:
就是本地没有远程分支一一对应
出现“Merge made by the 'recursive' strategy.”,因为在本地提交后没有切换分支,直接pull代码,导致分支切换后拉取、合并出现问题,可在本地分支先执行“git rebase dev”,再切换远程分支pull代码
方法二:
重新合拼一次或者在这里重发请求
GIT命令:blog.csdn/haibo0668/article/details/99690269
👁️ 阅读量:0
© 版权声明:本文《git Merge made by the 'recursive' strategy》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686592482a301112.html。