分类: Git

2 篇文章

Github加速服务
使用 在clone或者下载文件前加上如下地址即可实现加速(不限制http还是https协议),最后记得带斜杠/,否则无法加速 https://gh.jiucheng19.com/   例子1 项目地址为:https://github.com/nine-city/CityMap 实际克隆命令 git clone https://gh.jiu…
Github提速的方法
因众所周知的原因,Github时不时的会抽风打不开 情况一、Clone项目 把URL中的 github.com 后面加上cnpmjs.org 如下面所示 git clone https://github.com/vuejs/vue.git git clone https://github.com.cnpmjs.org/vuejs/vue.git &…