Github通过代理获取代码(Windows)

1. 定义环境变量 HTTP_PROXY

   http://proxy.of.your.company:port

2. echo %HTTP_PROXY%检查是否正确

3. git config --get http.proxy

4.git config --global http.proxy %HTTP_PROXY%

你可能感兴趣的:(windows,git)