踩坑实录(一):解决github下载速度慢的最佳方案
正常下载过程:
1、终端:cd /home/xy/projects(cd到自己的项目文件夹!!!)
2、输入git clone https://,,,,,
如果下载速度很慢,使用下面方法:
在仓库地址前面加上 gitclone.com(gitclone.com是一个提供下载缓存的代码下载网站)
git clone https://gitclone.com/,,,,,(省略处为自己所要下载的仓库地址)
正常下载过程:
1、终端:cd /home/xy/projects(cd到自己的项目文件夹!!!)
2、输入git clone https://,,,,,
如果下载速度很慢,使用下面方法:
在仓库地址前面加上 gitclone.com(gitclone.com是一个提供下载缓存的代码下载网站)
git clone https://gitclone.com/,,,,,(省略处为自己所要下载的仓库地址)