https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpproxy [[gitconfigの設定]]。`$target`から始まる[[URL]]に対して、`$proxy`の[[プロキシ]]を使う。 ### コマンド ```shell git config http.http://yourname@repo/.proxy http://your-proxy ``` ### config ```git [http "http://yourname@repo/"] proxy = http://your-proxy ```