[Git] 更新 Git submodule 時出現 not our ref 的錯誤訊息?
最近在執行 git pull 指令時,常常出現一個 not our ref 的錯誤: $ git pull -p -v …… Fetching sub…
最近在執行 git pull 指令時,常常出現一個 not our ref 的錯誤: $ git pull -p -v …… Fetching sub…
最近被 git submodule 搞的很煩… 本來 git clone 完成之後,想跑 git submodule update –init …