mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 19:31:53 +00:00
How to speedup clone
This commit is contained in:
parent
fe78c75b0f
commit
4b1108c821
1 changed files with 9 additions and 0 deletions
|
@ -1108,6 +1108,15 @@ Gitlab: [https://gitlab.com/winlinvip/srs-gitlab][gitlab], the GIT usage([CN][v1
|
||||||
git clone https://gitlab.com/winlinvip/srs-gitlab.git
|
git clone https://gitlab.com/winlinvip/srs-gitlab.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
| Branch | Cost | Size | CMD |
|
||||||
|
| --- | --- | --- | --- |
|
||||||
|
| 3.0release | 2m19.931s | 262MB | git clone -b 3.0release https://gitee.com/winlinvip/srs.oschina.git |
|
||||||
|
| 3.0release | 0m56.515s | 95MB | git clone -b 3.0release --depth=1 https://gitee.com/winlinvip/srs.oschina.git |
|
||||||
|
| develop | 2m22.430s | 234MB | git clone -b develop https://gitee.com/winlinvip/srs.oschina.git |
|
||||||
|
| develop | 0m46.421s | 42MB | git clone -b develop --depth=1 https://gitee.com/winlinvip/srs.oschina.git |
|
||||||
|
| min | 2m22.865s | 217MB | git clone -b min https://gitee.com/winlinvip/srs.oschina.git |
|
||||||
|
| min | 0m36.472s | 11MB | git clone -b min --depth=1 https://gitee.com/winlinvip/srs.oschina.git |
|
||||||
|
|
||||||
## System Requirements
|
## System Requirements
|
||||||
|
|
||||||
Supported operating systems and hardware:
|
Supported operating systems and hardware:
|
||||||
|
|
Loading…
Reference in a new issue