http
export http_proxy=http://127.0.0.1:1087;
export https_proxy=http://127.0.0.1:1087;
set http_proxy=http://127.0.0.1:1087;
set https_proxy=http://127.0.0.1:1087;
socks
export http_proxy=socks5://127.0.0.1:10808
export https_proxy=socks5://127.0.0.1:10808
#Using sock5
set http_proxy=socks5://127.0.0.1:10808
set https_proxy=socks5://127.0.0.1:10808
cancel
unset http_proxy
unset https_proxy
set http_proxy=
set https_proxy=
Git is set separately
git config --global http.proxy 'socks5://127.0.0.1:10808'
git config --global https.proxy 'socks5://127.0.0.1:10808'
#Cancel
git config --global --unset http.proxy
git config --global --unset https.proxy
