git 加速
git clone 加速
使用git镜像地址
将github.com换成github.com.cnpmjs.org
git文件下载加速
通过下方链接,里边有使用说明(或者自行搜索谷歌插件)
通过配置host提速
- 查ip:
github.global.ssl.fastly.net
github.com
- 修改host:
Windows上的hosts文件路径在C:\Windows\System32\drivers\etc\hosts
Linux的hosts文件路径在:sudo vim /etc/hosts
末尾添加
XXX.XXX.XXX.XXX github.global-ssl.fastly.net
XXX.XXX.XXX.XXX github.com
- 刷新DNS
Winodws:CMD:ipconfig /flushdns
Linux:sudo /etc/init.d/networking restart
通过gitee
添加仓库->导入已有仓库 ,等待片刻即可~~