Github download speeds are generally slow in Asia, and with this plugin the download speeds will be insane!
Power By Cloudflare
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