cocoapods 443
2024-06-03 本文已影响0人
hehtao
网页正常访问 git,clone 443, 开了代理;
~/.zshrc 添加代理服务器和代理端口即可;
export https_proxy=http://xxxxx:yourPort;
export http_proxy=http://xxxxx: yourPort;
export all_proxy=socks5://xxxx: yourPort;
source ~/.zshrc 生效
网页正常访问 git,clone 443, 开了代理;
~/.zshrc 添加代理服务器和代理端口即可;
export https_proxy=http://xxxxx:yourPort;
export http_proxy=http://xxxxx: yourPort;
export all_proxy=socks5://xxxx: yourPort;
source ~/.zshrc 生效