https_proxy='socks5://127.0.0.1:1080' http_proxy='socks5://127.0.0.1:1080' yaourt arm-linux-gnueabihf

上面只是设置环境变量,并不能强制使用代理.顺带记录一下git代码

git config --global https.proxy 'socks5://127.0.0.1:1080'
git config --global http.proxy 'socks5://127.0.0.1:1080'