- 正常访问google搜索开发资料
- github请求代理,实现快速得push / fetch等操作
- 更新android sdk,Android开发者必备(附:编译Fresco)
- composer镜像,PHP开发者必备
- npm镜像,Node开发者必备
- HomeBrew镜像,Mac开发者必备
由于编辑限制,以下是部分内容,详细内容可见这里:http://levi.cg.am/archives/4798
1 | git config --global http.proxy http: //hx.gy:1080 |
1 | ./android list sdk -u --proxy-host=hx.gy --proxy-port=1080 |
1 2 3 4 5 6 7 8 9 | { "repositories" : [ { "packagist" : false }, { "type" : "composer" , "url" : "http://composer-proxy.jp/proxy/packagist" } ] } |
1 2 | $ PHANTOMJS_CDNURL=http: //cnpmjs.org/downloads npm install [name] $ PHANTOMJS_CDNURL=http: //cnpmjs.org/downloads npm -g update |
1 2 3 | cd /usr/local/ git remote set-url origin http: //mirrors.ustc.edu.cn/homebrew.git brew update |