There is a http proxy on my school, and I nees to use git there, how can I bypass git traffic through HTTP proxy?
Asked
Active
Viewed 47 times
1 Answers
0
Consider something like:
git config --global http.proxy http://proxyUsername:[email protected]:port
It worked for me.