Skip to content

Instantly share code, notes, and snippets.

@ouaziz
Last active January 31, 2024 00:45
Show Gist options
  • Save ouaziz/8472f0f8d6d0c1b77413f92abfdf2cab to your computer and use it in GitHub Desktop.
Save ouaziz/8472f0f8d6d0c1b77413f92abfdf2cab to your computer and use it in GitHub Desktop.
Configure Git to use a proxy
git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port
OR
git config --global http.proxy http://proxy.server.com:port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment