原理是使用了国内的镜像代理,每次使用git前要修改镜像地址觉得麻烦,就封装到cli工具中,方便使用
npm i -g fast-git-clone
or
yarn add -global fast-git-clone
fast-git-clone
的使用和 正常的 git clone
子命令一样正常使用
fast-git-clone clone <github repository> [-b <branchName>] [-o <originName>]
简写
fgc clone <github repository>
目前支持 git clone
的 -b
-o
参数