- Kramdown table of contents {:toc .toc}
Setting proxy
if socks5(SSR) first, you need to know you local socks5 proxy ip address and port. eg. 127.0.0.1 port 1086 then use this command to set proxygit config --global http.proxy socks5h://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080git config --global https.proxy https://127.0.0.1:1080
To unset proxys
git config --global --unset http.proxygit config --global --unset https.proxy