其他分享
首页 > 其他分享> > Git :fatal: refusing to merge unrelated histories解决

Git :fatal: refusing to merge unrelated histories解决

作者:互联网

 

 原因是两个分支是两个不同的版本,具有不同的提交历史


解决:git pull origin master --allow-unrelated-histories

 

标签:origin,git,refusing,Git,unrelated,master,histories
来源: https://www.cnblogs.com/Tanwheey/p/15010375.html