- MERGE ERROR
refusing to merge unrelated histories
解决方式:
git pull origin master --allow-unrelated-histories
- git push 提示" remote: Commit c48891452b4ec1f8 contains a foxtrot merge.
remote: A rebase will repair the problem: "
解决方案: 先git pull --rebase, 在git push