解决方案,加--depth 1,仅获取最新版和一个历史版本,即最后2个版本:
#仅获取最新版和一个历史版本,即最后2个版本
git clone <repo_url> --branch <tag_name> --depth 1
例如:
git clone https://github.com/sample --depth 1
解决方案,加--depth 1,仅获取最新版和一个历史版本,即最后2个版本:
#仅获取最新版和一个历史版本,即最后2个版本
git clone <repo_url> --branch <tag_name> --depth 1
例如:
git clone https://github.com/sample --depth 1