git http proxy
set: git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port
unset:
git config --global --unset http.proxy
+ Date: Thu 2 Jul 2020 | Time: | By: Javad Nasrollahi
|
set: git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port
unset:
git config --global --unset http.proxy