Skip to content

Instantly share code, notes, and snippets.

@theothermattm
Created January 30, 2014 12:43
Show Gist options
  • Save theothermattm/8707598 to your computer and use it in GitHub Desktop.
Save theothermattm/8707598 to your computer and use it in GitHub Desktop.
Command line to change the git:// protocol to https:// for those behind a corporate firewall
git config --global url."https://".insteadOf git://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment