• 使用换源提升git clone的速度,Github国内镜像网站有github.com.cnpmjs.orggit.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
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐