使用branch参数,后面加上tag标签,最后是git仓库的地址 命令: git clone --branch [tags标签] [git地址] 或者 git clone -b [tags标签] [git地址] 举例: git clone -b 1.4.1 https://github.com/jumpserver/coco.git