摘要: 错误: 解决方法: 第一步: git pull origin(远程仓库名称) develop(远程分支名称) --allow-unrelated-histories 第二步: git branch --set-upstream-to origin(远程仓库名称)/develop(远程分支名称) de 阅读全文
posted @ 2023-05-23 10:00 Guardian0769 阅读(631) 评论(0) 推荐(0)