ghseek
v0.2.0
Published
这是一个github加速器通过hosts实现
Downloads
25
Readme
Feature
- 下载克隆 github 资源加速
- Github DNS 加速支持
- gist DNS 加速支持
Usage
注意目前只支持 linux、macos 系统。
npm i -g ghseek
ghseek seek # 更新本地的 hosts 文件来加速 github 的 push、pull、clone 等操作
ghseek clone <github clone url> [目录位置] # 加速克隆代码
ghseek down <github url> [文件名称] # 加速下载github文件,github url可以是 release url、raw url
Append Hosts
添加的 hosts 类似于下面的内容,IP是通过 https://sites.ipaddress.com 获取的最新 DNS IP.
# ghseek github
140.82.112.3 github.com
151.101.65.194 github.global.ssl.fastly.net
185.199.109.133 raw.githubusercontent.com
140.82.112.4 gist.github.com
185.199.109.133 camo.githubusercontent.com
140.82.112.22 collector.github.com
140.82.114.5 api.github.com
185.199.109.133 avatars.githubusercontent.com
185.199.109.133 raw.github.com
# ghseek end
Contributors
💙 This package was templated with
create-typescript-app
.