LoginSignup
13
14

More than 5 years have passed since last update.

GitHub for WindowsをProxy指定して使うには

Last updated at Posted at 2012-12-26

Proxy使わないといけないんだけど

環境変数HTTP_PROXY設定してもダメだった

Stackoverflowに出てたやり方が参考になった

Getting git to work with a proxy server

自分がうまくいったやり方

Win8なGUIを使いたいのを我慢して、Git Shellを起動。

git config --global http.proxy http://proxyserver:proxyport

として、git cloneしたら出来た!

HTTPプロキシ環境でお困りなら以下のブログ記事もお勧め!

13
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
14