iOS使用通过代理给项目配置三方

这里的端口号需要查看 “终端代理命令”

git config --global http.proxy http://127.0.0.1:1087
git config --global https.proxy http://127.0.0.1:1087
git config --global http.sslVerify false

取消http代理

git config --global --unset http.proxy
git config --global --unset https.proxy

你可能感兴趣的:(iOS使用通过代理给项目配置三方)