如果 github 中的項目 clone 比較慢勘高,或者其它國外的 git 項目下載速度慢阻逮,可以使用代理網(wǎng)站進(jìn)行加速
在需要 clone 的項目鏈接前加上網(wǎng)站的前綴:
https://pd.zwc365.com/seturl/
添加前:
git clone https://github.com/zwc456baby/file-proxy.git
使用加速網(wǎng)站 clone:
git clone https://pd.zwc365.com/seturl/https://github.com/zwc456baby/file-proxy.git
如果項目之前已經(jīng) clone 過了承二,每次 pull 或者 push 都比較慢,可以通過下列的方式加速:
git remote set-url origin https://pd.zwc365.com/seturl/<這里填寫原有的項目鏈接>
速度會有質(zhì)的提升。