GitHub如何clone指定的tag
2018-11-16 本文已影响0人
Omiha
![](https://img.haomeiwen.com/i14945746/11c404623d7184fc.png)
要下载openstack/keystone仓库中branches为master,tag为grizzly-eol的源码:
git clone --branch grizzly-eol https://github.com/openstack/keystone.git
git clone --branch [tags标签] [git地址]
git clone --branch grizzly-eol https://github.com/openstack/keystone.git
git clone --branch [tags标签] [git地址]