清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
包含有:- 正常访问google搜索开发资料
- github请求代理,实现快速得push / fetch等操作
- 更新android sdk,Android开发者必备(附:编译Fresco)
- composer镜像,PHP开发者必备
- npm镜像,Node开发者必备
- HomeBrew镜像,Mac开发者必备
由于编辑限制,以下是部分内容,详细内容可见这里:http://levi.cg.am/archives/4798
git config --global http.proxy http://hx.gy:1080
./android list sdk -u --proxy-host=hx.gy --proxy-port=1080
{ "repositories": [ { "packagist": false }, { "type": "composer", "url": "http://composer-proxy.jp/proxy/packagist" } ] }
$ PHANTOMJS_CDNURL=http://cnpmjs.org/downloads npm install [name] $ PHANTOMJS_CDNURL=http://cnpmjs.org/downloads npm -g update
cd /usr/local/ git remote set-url origin http://mirrors.ustc.edu.cn/homebrew.git brew update