git clone速度慢【换源操作】
·
- 使用换源提升
git clone的速度,Github国内镜像网站有github.com.cnpmjs.org和git.sdut.me
# 正常git clone
git clone https://github.com/username/xxx.git
# 换源1 -> [github.com.cnpmjs.org]
git clone https://github.com.cnpmjs.org/username/xxx.git
# 换源2 -> [github.com.cnpmjs.org]
git clone https:/github.com.cnpmjs.org/username/xxx.git
更多推荐
所有评论(0)