配置
git config --global http.proxy 127.0.0.1:39439
git config --global https.proxy 127.0.0.1:39439
git config --global http.sslverify false
取消
git config --global --unset http.proxy
git config --global --unset https.proxy
时间: 2024-10-05 13:05:52