SamLukeYes
deepin
2021-03-31 06:55 Reply Like 0 View the author
系统自带的应用代理了解一下
当你使用 cgproxy 的时候
export all_proxy= socks5://127.0.0.1:1080
export all_proxy= socks5://127.0.0.1:1080
或者改git配置,https: www.caoayu.xyz 里有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
proxychains 代理有时候会有问题,推荐 polipo Linux 终端代理设置 proxychains polipo-次世代BUG池 (neucrack.com)
终端什么时候能走代理
比如git 太慢了
自己建仓 又觉得麻烦
看看什么时候,能加上代理功能
比如 socks5://127.0.0.1:1080