Skip to content

Instantly share code, notes, and snippets.

@mkdym
Last active March 26, 2018 09:41
Show Gist options
  • Save mkdym/6e6a8c354b2cffc428445a5de851cdb9 to your computer and use it in GitHub Desktop.
Save mkdym/6e6a8c354b2cffc428445a5de851cdb9 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
set -x
git config http.proxy http://127.0.0.1:8899
git $@
git config --unset http.proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment