KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
go-github-faster
★ 17
Open GitHub ↗
get fastest github ip.
Download README (.md)
Explore Similar Repositories
CVE-2022-21907
:
POC for CVE-2022-21907: HTTP Protocol Stack Remote Code Execution Vulnerability.
x86
:
Misc. content related to x86 home brew projects
UnifiedVideoDA
:
We're Not Using Videos Effectively (TMLR 2024)
typeless
:
an interpreter for λ-calculus implemented in ruby
CuteDialog
:
CuteDialog- Android Custom Material Dialog Library
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
go-github-faster
?
Download (.md)
# go github faster get github faster ip 通过修改Hosts文件,可以缓解部分网络github访问很慢的问题。 [go github faster](https://github.com/lizongying/go-github-faster) ## Usage 可执行文件可以在Releases中找到 [releases](https://github.com/lizongying/go-crawler-example/releases)  1. 测试最快的IP地址 如: ```shell # web ./github_faster_darwin_arm64 -q # git ./github_faster_darwin_arm64 -p ssh -m git -q ``` * -p tcp/ssh, 使用的协议, 一般web使用tcp(https)协议, git使用ssh协议. 默认tcp * -m web/api/git, 通常需要绑定web(网页访问)和git(git操作). 默认web * -q 安静模式,不输出连接时间, 注意, 有虽然连接时间很快但是连接失败的情况. 默认会输出连接时间 2. 修改host文件 例: 把如下内容添加到host文件 ``` # web 20.205.243.166 github.com 20.207.73.82 github.com 20.200.245.247 github.com 20.29.134.23 github.com 20.248.137.48 github.com 20.233.83.145 github.com 185.199.111.30 github.com 20.175.192.147 github.com 20.201.28.151 github.com # api 20.27.177.118 github.com 20.205.243.160 github.com 20.205.243.166 github.com 20.207.73.83 github.com 20.207.73.82 github.com 20.200.245.248 github.com 20.200.245.247 github.com 20.233.83.149 github.com 20.233.83.145 github.com 20.29.134.19 github.com 20.248.137.48 github.com 20.248.137.50 github.com 20.29.134.23 github.com 20.175.192.146 github.com 20.175.192.147 github.com 20.201.28.152 github.com 20.87.245.4 github.com 20.201.28.151 github.com ``` * unix `/etc/hosts` * windows `C:\Windows\System32\drivers\etc\hosts` ## Build ```shell make ``` ## 赞赏 