📜  如何克隆所有 git 存储库 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:49:38.760000             🧑  作者: Mango
代码示例2
GHUSER=CHANGEME; curl "https://api.github.com/users/$GHUSER/repos?per_page=1000" | grep -o 'git@[^"]*' | xargs -L1 git clone