我正在尝试修改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 git@github.com:git-tfs/git-tfs.git
3. git submodule update
然而,子模块更新似乎没有完成它的工作——它没有获取任何来源。
我究竟做错了什么?