git clone速度慢【换源操作】

  • 使用换源提升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

猜你喜欢

转载自blog.csdn.net/weixin_44038881/article/details/118301213