一招搞定github下载速度过慢问题

github 因为网络问题导致下载项目或者clone项目时,下载过慢,遇见这种问题我们怎么解决呢?

Chrome 插件

chrome 搜索扩展插件-- GIthub 加速

安装完成后如下图展示可以看到加速和镜像两个内容

下载ZIP文件

可以直接点击加速下载zip 文件

SSH加速通道

How to use SSH channels
Configuring user profiles (~/.ssh/config)

Host github.com
	HostName github.com
	User git
	IdentityFile Specify the path to the private key file used for key authentication
# Add the following
Host git.zhlh6.cn
	HostName git.zhlh6.cn
	User git
	IdentityFile Using the secret key of github.com
Testing SSH Connections

ssh -T git@git.zhlh6.cn

# successful
You've successfully authenticated, but GitHub does not provide shell access

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值