daicy
发布于 2020-04-19 / 1514 阅读
0
0

github 加速

  1. 加代理 export ALL_PROXY=socks5://127.0.0.1:1080
  2. 只下载最近提交的 (depth用于指定克隆深度,为1即表示只克隆最近一次commit.)
git clone https://github.com/daichangya/panda.git --depth=1

评论