如题~~~~~
光阴似箭催人老,日月如移越少年。
はい、もう答えはわかっています。 。
git config --global http.proxy 127.0.0.1:8087git 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.proxy 127.0.0.1:8087
git config --global http.proxy 127.0.0.1:8087
对于 github 这种 https 请求来说,还要加这一句话:
github などの https リクエストの場合は、次の文を追加します:git config --global http.sslVerify false
git config --global http.sslVerify false
🎜 🎜追記: コードの取得と送信の速度が大幅に向上しました。 🎜