高洛峰2017-04-24 09:13:52
はい、もう答えはわかっています。 。
git config --global http.proxy 127.0.0.1:8087
git config --global http.proxy 127.0.0.1:8087
对于 github 这种 https 请求来说,还要加这一句话:
git config --global http.sslVerify false
git config --global http.sslVerify false
🎜
🎜追記: コードの取得と送信の速度が大幅に向上しました。 🎜