1, 有些项目里包含另外一个子git项目(Submodule),那么按照常用的 git clone是不可能顺带把子git项目一起接下来的,所以可以考虑:
git clone --recursive [email protected]
git clone --recursive [email protected]:cloudfoundry/cf-release.git
详细使用文章:
1, 有些项目里包含另外一个子git项目(Submodule),那么按照常用的 git clone是不可能顺带把子git项目一起接下来的,所以可以考虑:
git clone --recursive [email protected]
git clone --recursive [email protected]:cloudfoundry/cf-release.git
详细使用文章: