- 加速github(mirror)
- 国内注册使用spotify,无广告可以任意切歌。
从命令提示符
启动,在执行命令前先关闭浏览器。
"C:\Program Files\Google\Chrome\Application\chrome.exe" --host-rules="MAP github.com octocaptcha.com, MAP github.githubassets.com yelp.com, MAP *.githubusercontent.com githubusercontent.com" --host-resolver-rules="MAP octocaptcha.com 20.27.177.113, MAP yelp.com 199.232.240.116, MAP githubusercontent.com 199.232.176.133"
还要在浏览器设置
-系统和性能
关闭启动增强
。
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --host-rules="MAP github.com octocaptcha.com, MAP github.githubassets.com yelp.com, MAP *.githubusercontent.com githubusercontent.com" --host-resolver-rules="MAP octocaptcha.com 20.27.177.113, MAP yelp.com 199.232.240.116, MAP githubusercontent.com 199.232.176.133"
- 首先启动http代理
- 设置
git
使用代理git config --global http.proxy http://127.0.0.1:8180
- 使用
git
命令,类似:git -c http.sslVerify=false clone https://github.com/feng2208/github-hosts.git
- 取消使用代理:
git config --global --unset http.proxy
- 下载github-hosts 并解压
- 双击
github-hosts.bat
打开代理 - 以管理员身份运行
install-CA.bat
信任证书 - 运行
set-proxy.bat
和unset-proxy.bat
设置或取消系统代理 - 不使用系统代理的程序自行设置
127.0.0.1:8180