Created
September 29, 2020 13:41
-
-
Save bzinoun/f46d4baae6dbfedc37e8504ed4a1dcba to your computer and use it in GitHub Desktop.
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
Configure Proxy On Git , NPM, Yarn | |
npm config set proxy http://username:password@host:port | |
yarn config set proxy http://username:password@host:port | |
git config --global http.proxy http://username:password@host:port | |
Change host:port with --> http://192.168.109.1:8080 | |
no username password needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment