mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update mirror
This commit is contained in:
parent
737e4bc32d
commit
5a55cff7ba
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -1121,23 +1121,25 @@ A big THANK YOU goes to:
|
||||||
OSChina: [https://gitee.com/winlinvip/srs.oschina][oschina], the GIT usage([CN][v1_CN_Git], [EN][v1_EN_Git])
|
OSChina: [https://gitee.com/winlinvip/srs.oschina][oschina], the GIT usage([CN][v1_CN_Git], [EN][v1_EN_Git])
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://gitee.com/winlinvip/srs.oschina.git
|
git clone https://gitee.com/winlinvip/srs.oschina.git srs &&
|
||||||
|
cd srs && git remote set-url origin https://github.com/ossrs/srs.git && git pull
|
||||||
```
|
```
|
||||||
|
|
||||||
> Remark: For users in China, recomment to use mirror from CSDN or OSChina, because they are much faster.
|
> Remark: For users in China, recomment to use mirror from CSDN or OSChina, because they are much faster.
|
||||||
|
|
||||||
|
Gitlab: [https://gitlab.com/winlinvip/srs-gitlab][gitlab], the GIT usage([CN][v1_CN_Git], [EN][v1_EN_Git])
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://gitlab.com/winlinvip/srs-gitlab.git srs &&
|
||||||
|
cd srs && git remote set-url origin https://github.com/ossrs/srs.git && git pull
|
||||||
|
```
|
||||||
|
|
||||||
Github: [https://github.com/ossrs/srs][srs], the GIT usage([CN][v1_CN_Git], [EN][v1_EN_Git])
|
Github: [https://github.com/ossrs/srs][srs], the GIT usage([CN][v1_CN_Git], [EN][v1_EN_Git])
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/ossrs/srs.git
|
git clone https://github.com/ossrs/srs.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Gitlab: [https://gitlab.com/winlinvip/srs-gitlab][gitlab], the GIT usage([CN][v1_CN_Git], [EN][v1_EN_Git])
|
|
||||||
|
|
||||||
```
|
|
||||||
git clone https://gitlab.com/winlinvip/srs-gitlab.git
|
|
||||||
```
|
|
||||||
|
|
||||||
| Branch | Cost | Size | CMD |
|
| Branch | Cost | Size | CMD |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| 3.0release | 2m19.931s | 262MB | git clone -b 3.0release https://gitee.com/winlinvip/srs.oschina.git |
|
| 3.0release | 2m19.931s | 262MB | git clone -b 3.0release https://gitee.com/winlinvip/srs.oschina.git |
|
||||||
|
|
Loading…
Reference in a new issue