Macでbrewやcrulを使ってGitHubなどのサイトにアクセスするのが遅いなどの問題があります

516 ワード

プロキシの設定:git config--global https.proxyhttp://127.0.0.1:1080
プロキシの設定:git config--global https.proxyhttps://127.0.0.1:1080
エージェントのキャンセル:git config--global--unset http.proxy
              git config --global --unset https.proxy

sockt 5エージェント設定
コマンドの設定
git config --global http.proxy socks5://your-server:your-port
設定解除
git config --global --unset http.proxy
エージェントの表示
git config --global --get http.proxy
veeeのエージェントポートは、一般にhttp 15236 sockt 5 15235