It is recommended to use privoxy to convert socks to http. After all, some projects do not support socks proxy, and privoxy configuration is very simple
Just set it up temporarily when you need to use it later
$ export http_proxy='http://localhost:8118'
If you use GitHubgit config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:port,即git config --global http.proxy http://localhost:8118, you can read the documentation yourself for wget and other commands~
It is recommended to use privoxy to convert socks to http. After all, some projects do not support socks proxy, and privoxy configuration is very simple
Just set it up temporarily when you need to use it later
If you use GitHub
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:port
,即git config --global http.proxy http://localhost:8118
, you can read the documentation yourself for wget and other commands~