Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

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

简介

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

预览

MNOt8347RDGmnjo

9UPXkGsHzw5hiru

下载插件

如何使用 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

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages