如何去解决
先pull,因为两个仓库不同,发现
git需要添加一句代码,然后再
--
转载于:https://www.cnblogs.com/codehome/p/8387676.html
fatal: refusing to merge unrelated histories
refusing to merge unrelated histories
,无法pullgit pull
allow-unrelated-histories
git pull origin master --allow-unrelated-histories
转载于:https://www.cnblogs.com/codehome/p/8387676.html