Git fatal: refusing to merge unrelated histories
解决:
1 | git merge <branch> --allow-unrelated-histories |
很可能还需要:
1 | upstream |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 暂无-Tech木屋~!
评论
解决:
1 | git merge <branch> --allow-unrelated-histories |
很可能还需要:
1 | upstream |