1
我正在嘗試修改git-tfs。但是,我似乎無法建立它。獲取可構建的git-tfs
我做了什麼:
1. Read the readme which states for building:
1a. Update submodules. git submodule update to get the libgit2sharp dependencies.
1b. Build with msbuild GitTfs.sln /p:Configuration=debug for the default debug build.
2. clone git-tfs: git clone [email protected]:git-tfs/git-tfs.git
3. git submodule update
然而,子模塊更新似乎並沒有做的工作 - 它不取任何來源。
我在做什麼錯?