組合圖
使用Trace Point計算路徑
把以下多餘的子模組刪掉
[submodule "2016fallcadp_hw"] path = 2016fallcadp_hw url = https://github.com/40423226/2016fallcadp_hw.git branch = gh-pages
更改後為以下的內容
[submodule "40423206"] path = 40423206 url = https://github.com/40423206/2016fallcadp_hw.git branch = gh-pages [submodule "40423224"] path = 40423224 url = https://github.com/40423224/2016fallcadp_hw.git branch = gh-pages [submodule "40423226"] path = 40423226 url = https ...more ...
因為之前的2016fallcadp_hw倉儲少複製了一些東西,刪除舊的倉儲後,重新做一個和之前倉儲同名的2016fallcadp_hw倉儲,但是在小組倉儲所連結的子模組,抓不到新倉儲連結,所以我們需要重新加入一次組員倉儲的資料
以為只要再輸入一次指令就可以讓程式抓最新的子模組近來
Y:\tmp\2016fallcadp_bg6>git submodule add -b gh-pages https://github.com/40423214/2016fallcadp_hw.git 40423214 '40423214' already exists in the index
但是程式告訴我們40423214的子模組已經在裡面,所以在試著用git rm 40423214 -f 來刪除存放該子模組資料的資料夾,然後再git submodule add的一次組員倉儲的資料
Y:\tmp\2016fallcadp_bg6>git submodule add -b gh-pages https://github.com/40423214 ...more ...
初步認識SolveSpace