1.  直接下载分支,就不用下载不需要的源码了。

 

git clone --depth 1 git://github.com/TI-OpenLink/wl18xx.git  --branch ol_r8.a7.01 -b  --single-branc

 

 

2. 在github下载时觉得慢就把git://换成https://,并删除连接后面的.git,就变快了

 

3.续传机制,这样就可以慢慢下载而不怕速度问题了。

相关文章:

  • 2021-03-30
  • 2021-12-27
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-04-17
  • 2022-01-22
  • 2021-11-19
  • 2022-12-23
  • 2021-08-02
  • 2021-07-14
相关资源
相似解决方案