美文网首页
github clone 慢的解决方案-加速下载

github clone 慢的解决方案-加速下载

作者: Asbefore如初_3142 | 来源:发表于2020-10-22 16:27 被阅读0次

    项目主页

    项目说明

    如果 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/<这里填写原有的项目链接>
    

    速度会有质的提升。

    相关文章

      网友评论

          本文标题:github clone 慢的解决方案-加速下载

          本文链接:https://www.haomeiwen.com/subject/fncpmktx.html