在开启加速的前提下,手动配置git的代理。git客户端输入如下两个命令就可以了。
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
取消设置:
git config --global --unset http.proxy
git config --global --unset https.proxy
在开启加速的前提下,手动配置git的代理。git客户端输入如下两个命令就可以了。
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
取消设置:
git config --global --unset http.proxy
git config --global --unset https.proxy