1. 程式人生 > >如何解決git fatal: refusing to merge unrelated histories

如何解決git fatal: refusing to merge unrelated histories

我在Github新建一個倉庫,寫了License,然後把本地一個寫了很久倉庫上傳。


先pull,因為兩個倉庫不同,發現refusing to merge unrelated histories,無法pull


因為他們是兩個不同的專案,要把兩個不同的專案合併,git需要新增一句程式碼,在git pull,
這句程式碼是在git 2.9.2版本發生的,最新的版本需要新增--allow-unrelated-histories
git pull origin master --allow-unrelated-histories
---------------------
作者:學習中呢
來源:CSDN
原文:https://blog.csdn.net/m0_37402140/article/details/72801372
版權宣告:本文為博主原創文章,轉載請附上博文連結!