之前副理叫我push上去他加入的gitlab空repo
我push竟然跑出fatal: refusing to merge unrelated histories
好在Google一下有找到答案
1 | git pull origin master --allow-unrelated-histories |
不過後來有想到一個方法
就是直接下載那個git clone
然後copy檔案到那個clone下來就直接commit
但這缺點就不法把之前所有commit帶進去
看來還是用Google找的方法
參考來源