Published
- 1 min read
set proxy for git in cmd
The solution for this is noted below
set proxy for git in cmd
Solution
git config --global http.proxy http://proxy.server.com:port
Try other methods by searching on the site. That is if this doesn’t work