GitHub如何clone指定的tag

image.png

要下载openstack/keystone仓库中branches为master,tag为grizzly-eol的源码:
git clone --branch grizzly-eol https://github.com/openstack/keystone.git
git clone --branch [tags标签] [git地址]

你可能感兴趣的:(GitHub如何clone指定的tag)