github clone 慢的解决方案-加速下载
2020-10-22 本文已影响0人
Asbefore如初_3142
如果 github 中的项目 clone 比较慢,或者其它国外的 git 项目下载速度慢,可以使用代理网站进行加速
在需要 clone 的项目链接前加上网站的前缀:
https://pd.zwc365.com/seturl/
添加前:
git clone https://github.com/zwc456baby/file-proxy.git
使用加速网站 clone:
git clone https://pd.zwc365.com/seturl/https://github.com/zwc456baby/file-proxy.git
加速clone截图
如果项目之前已经 clone 过了,每次 pull 或者 push 都比较慢,可以通过下列的方式加速:
git remote set-url origin https://pd.zwc365.com/seturl/<这里填写原有的项目链接>
速度会有质的提升。