美文网首页
git clone 下载文件报错问题处理

git clone 下载文件报错问题处理

作者: 看庭前花开花落_望天上云卷云舒 | 来源:发表于2020-05-09 13:00 被阅读0次

    最近用 git clone https://github.com/PanJiaChen/vue-element-admin.git 下载 vue-element-admin,但是下载了好几次都时提示失败,报错:
    “RPC failed; curl 18 transfer closed with outstanding read data remaining”
    “the remote end hung up unexpectedly”
    如下图

    image.png

    在网上找方法说是网速慢问题 配置下git
    配置git的最低速度和最低速度时间:
    git config --global http.lowSpeedLimit 0
    git config --global http.lowSpeedTime 999999 单位 秒
    按照上边方法操作解决了。亲测有效哦!

    相关文章

      网友评论

          本文标题:git clone 下载文件报错问题处理

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