Skip to content

feng2208/github-hosts

Repository files navigation

加速github

命令提示符启动,在执行命令前先关闭浏览器。

谷歌浏览器

"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"

微软Edge浏览器

在浏览器设置-系统和性能启动增强关闭。

"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"

git命令

  • 下载github-hosts 解压出来,运行github-hosts.bat
  • 设置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

Releases

No releases published

Packages

No packages published