日々精進

新しく学んだことを書き留めていきます

2013-11-01から1日間の記事一覧

proxyの設定

git

gitのプロキシ設定は以下でできる。環境変数のhttp_proxyとかは見てくれないんだね。 git config --global http.proxy http://proxy:port git config --global https.proxy https://proxy:port