export http_proxy=http://USER:PASS@PROXY:PORT
export ALL_PROXY=$http_proxy
してからruby -e “$(curl -fsSkL raw.github.com/mxcl/homebrew/go)”
する。brew install等するときにも同様なので、上の2行をシェルの設定ファイルに書いておくのがよかろう。
export http_proxy=http://USER:PASS@PROXY:PORT
export ALL_PROXY=$http_proxy
してからruby -e “$(curl -fsSkL raw.github.com/mxcl/homebrew/go)”
する。
framework 'Foundation'