Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.18 KB

README_EN.md

File metadata and controls

74 lines (54 loc) · 2.18 KB

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

Support

Power By Cloudflare

Download

Preview

MNOt8347RDGmnjo

9UPXkGsHzw5hiru

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