github clone 指定的tag

git clone --branch [tags标签] [git地址]

使用branch参数,后面加上tag标签,最后是git仓库的地址

原文地址:https://www.cnblogs.com/mengff/p/9753839.html