首页 > 其他 > 详细

解决github下载慢问题

时间:2020-05-30 13:48:23      阅读:54      评论:0      收藏:0      [点我收藏+]

一. gitclone工具

    1.1. 只需在git clone命令中将gitclone.com嵌入到克隆地址中即可

设置git超时参数

git config --global http.lowSpeedLimit 0

git config --global http.lowSpeedTime 999999

方法一(直接clone)

git clone https://gitclone.com/github.com/tendermint/tendermint.git

方法二(设置git参数)

git config --global url."https://gitclone.com/".insteadOf https://

git clone https://github.com/tendermint/tendermint.git

    1.2. 效果是杠杠滴

技术分享图片

 

 

 

参考链接:https://gitclone.com/

解决github下载慢问题

原文:https://www.cnblogs.com/linux-37ge/p/12991910.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!