LoginSignup
1
1

More than 5 years have passed since last update.

Github for WindwosでのProxy設定

Last updated at Posted at 2012-08-10

Git Shell立ち上げて、

> git config http.proxy = http://xxx.xxx.xxxx.xxx:port

でいけるようなことが書いてあるサイトがあったが、

> git config -l

しても、表示されないので、.gitconfigを直接弄る。

C:\Users\username
直下に、「.gitconfig」ファイルがあるはずなので、以下の様に追加。

[http]
    proxy = http://xxx.xxx.xxx.xxx:port

これで、保存して、Github for Windowsを立ち上げれば、Proxy通して通信出来るはず。

1
1
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
1
1