Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Last active November 7, 2019 18:06
Show Gist options
  • Save oviniciusfeitosa/7f2063ca20b7d2a0f205c4ab1cc42af5 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/7f2063ca20b7d2a0f205c4ab1cc42af5 to your computer and use it in GitHub Desktop.
Git - Bypass proxy to specific host.md
  • Global
$ git config --global add remote.{remote_name} proxy 
  • Locally
$ git config --local --add remote.{remote_name}.proxy ""

Thanks Odilon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment