请访问 github 地址
shadowsocks 配置文件 config.json
{
"server":"1.1.1.1",
"server_port":8383,
"local_address": "127.0.0.1",
"local_port":1080,
"password":"passwd",
"timeout":300,
"method":"aes-256-cfb",
"fast_open": true,
"workers": 1
}
git 代理命令
git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'
git config --global --unset http.proxy
git config --global --unset https.proxy
有疑问加站长微信联系(非本文作者)