命令行代理:
export http_proxy=http://127.0.0.1:9999;export https_proxy=http://127.0.0.1:9999
export all_proxy=socks5://127.0.0.1:19181
export https_proxy=http://127.0.0.1:19180
在mac安装homebrew遇到的问题:
/bin/bash/ -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”
curl(7) failed to connect to r…com port 443:Connection refused
用 export https_proxy实现

581

被折叠的 条评论
为什么被折叠?



