0
点赞
收藏
分享

微信扫一扫

Clone all repos from a GitHub organization


一、repos 小于100个

此处以rancher为例:

curl -s https://api.github.com/users/rancher/repos?per_page=100 | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["ssh_url"])'

os、python 版本

Clone all repos from a GitHub organization_organization

二、repos 大于100个

​​https://github.com/jiankunking/git-clone-all-repos​​

个人微信公众号:

Clone all repos from a GitHub organization_repos_02

作者:jiankunking ​


举报

相关推荐

0 条评论