admin管理员组文章数量:1794759
(提升克隆速度)git clone项目文件时报错解决remote: Enumerating objects: 19
有效提升下载速度 百分之很多。。。。。。。。。。。。
操作:
git clone github/… 1 报错:
remote: Enumerating objects: 19, done. remote: Counting objects: 100% (19/19), done. remote: Compressing objects: 100% (19/19), done. error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. fatal: The remote end hung up unexpectedly原因: 由于git默认缓存大小不足导致的,使用下面的命令增加缓存大小 解决:
git config --global http.postBuffer 20000000
解决!
提升速度截图作证:
非常快!! 原来几百 十kb。。。。
版权声明:本文标题:(提升克隆速度)git clone项目文件时报错解决remote: Enumerating objects: 19 内容由林淑君副主任自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.xiehuijuan.com/baike/1686522146a77255.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论