Created
August 28, 2016 08:23
-
-
Save tayyabsayyad/a4f787edfe4abafc43006f56202c64f1 to your computer and use it in GitHub Desktop.
commands for git proxy setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global --unset http.proxy | |
git config --global --get http.proxy | |
git config --global http.proxy http://proxyuser:[email protected]:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment