1. 程式人生 > >git 錯誤解決

git 錯誤解決

git target pri related print 可選 overflow sub 錯誤

git pull 失敗 ,提示:fatal: refusing to merge unrelated histories

關於這個問題,可以參考http://stackoverflow.com/questions/37937984/git-refusing-to-merge-unrelated-histories。

在進行git pull 時,添加一個可選項

git pull origin master --allow-unrelated-histories

git 錯誤解決