本机为KDE manjaro.
Step 01.在软件管理工具中下载ss.
Step 02. 在配置ss时将本地地址设置为127.0.0.1端口号为:1080.
Step 03. 设置代理:
1 sudo pacman -S privoxy # 安装代理转发,用于将 socks5 代理转换为 http 代理 2 sudo bash -c 'echo "forward-socks5 / 127.0.0.1:1080 ." >> /etc/privoxy/config' 3 git config --global http.proxy 'socks5://127.0.0.1:1080' 4 git config --global https.proxy 'socks5://127.0.0.1:1080' 5 sudo systemctl start privoxy.service
Step 04:设置代理.在系统设置---->网络------>设置------>代理--->使用手动配置代理服务器, 设置socks代理为127.0.0.1 端口为1080.
参考博客:http://michael728.github.io/2019/08/03/linux-manjaro-install/