Skip to content

Instantly share code, notes, and snippets.

@benedyktdryl
Created November 14, 2013 16:21
Show Gist options
  • Save benedyktdryl/7469650 to your computer and use it in GitHub Desktop.
Save benedyktdryl/7469650 to your computer and use it in GitHub Desktop.
Force git to use https:// globally. Useful when you are using network which have ssh ports blocked.
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