git proxy

git config --global http.proxy 'http://localhost:7890'
git config --global http.proxy 'http://localhost:31181'

git config --global --unset http.proxy

git config --global --unset https.proxy

你可能感兴趣的:(git proxy)