Proxy Configuation
git proxy
# .git
# for socks5 protocol use `socks5`
git config --global http.proxy '[protocol]://[ip]:[port]'
git config --global https.proxy '[protocol]://[ip]:[port]'
# .git
# for socks5 protocol use `socks5`
git config --global http.proxy '[protocol]://[ip]:[port]'
git config --global https.proxy '[protocol]://[ip]:[port]'