タイトル: プロキシの設定
以下のコマンドを実行することでプロキシの設定をすることが出来ます。
プロキシの設定
git config --global http.proxy [URL] git config --global https.proxy [URL] |
プロキシの削除
git config --global --unset http.proxy git config --global --unset https.proxy |