Skip to content

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

License

Notifications You must be signed in to change notification settings

wajika/Fast-GitHub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Fast-GitHub

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

下载插件

https://chrome.google.com/webstore/detail/github%E5%8A%A0%E9%80%9F/mfnkflidjnladnkldfonnaicljppahpg

插件预览

OP5jdNK

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

如果觉得这个插件对你有帮助,可以请我喝一杯星巴克😁

Buy Me A Coffee

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published