mac 配置fq 给linux使用

190 阅读1分钟

mac http设置

 

mac socks5


liunx执行命令

export http_proxy=http://mac电脑本地ip地址:1080/
export https_proxy=http://mac电脑本地ip地址:1080/export all_proxy=socks://mac电脑本地ip地址:1080/

git config --global http.proxy 'socks5://mac电脑本地ip地址:1080'git config --global https.proxy 'socks5://mac电脑本地ip地址:1080'