Skip to content

Instantly share code, notes, and snippets.

@bzinoun
Created September 29, 2020 13:41
Show Gist options
  • Save bzinoun/f46d4baae6dbfedc37e8504ed4a1dcba to your computer and use it in GitHub Desktop.
Save bzinoun/f46d4baae6dbfedc37e8504ed4a1dcba to your computer and use it in GitHub Desktop.
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