Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 2.11 KB

README_EN.md

File metadata and controls

73 lines (52 loc) · 2.11 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

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 [email protected]

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