Skip to content

国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!

License

Notifications You must be signed in to change notification settings

Blue-FatMan/Fast-GitHub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast-GitHub

Chrome Web Store Chrome Web Store


INTRODUCTION

Github download speeds are generally slow in Asia, and with this plugin the download speeds will be insane!

Page Views Count


Preview

MNOt8347RDGmnjo

9UPXkGsHzw5hiru

Download

alt text

alt text

Come to soon

alt text

alt text

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

Version

v1.1.0

1.add fusion mode, please check in plugin options

2.Fix custom accelerated URL problem

3.Fix UI display problems

v1.1.1

1.Github part of the page structure modified to accommodate the new layout.

Known issues

Octotree 6.0.0 has an impact on GitHub page layouts

Solution

Disable Octotree or use Git Master

v1.2.0

1.Disabled mixed mode, separate acceleration button option

2.Remove configuration page

v1.2.1

Fix Github Pjax issue

v.1.2.2-v1.2.3

Fix bugs

v.1.2.4

Fix the problem that 404 cannot be downloaded


简介

国内 Github 下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!

预览

MNOt8347RDGmnjo

9UPXkGsHzw5hiru

下载插件

alt text

alt text

预计上线

alt text

alt text

如何使用 SSH 通道

配置用户配置文件 (~/.ssh/config)

Host github.com
	HostName github.com
	User git
	IdentityFile 指定密钥认证使用的私钥文件路径
# 新增如下内容
Host git.zhlh6.cn
	HostName git.zhlh6.cn
	User git
	IdentityFile 使用github.com的秘钥

测试 SSH 连接

ssh -T git@git.zhlh6.cn

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

版本

v1.1.0

1.新增融合模式,请在插件选项中查看

2.修复自定义加速网址问题

3.修复界面显示问题

v1.1.1

Github 部分网页结构修改 适配新布局

已知问题

Octotree 6.0.0 对 GitHub 页面布局有影响

解决

禁用 Octotree 或者使用Git Master

v1.2.0

1.混合模式失效,单独列出加速按钮选项

2.删除配置页

v1.2.1 修复 GitHub Pjax 问题

v.1.2.2-v1.2.3

修复 bugs

v.1.2.4 修复下载 404 问题

About

国内Github下载很慢,用上了这个插件后,下载速度嗖嗖嗖的~!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 4.8%