Skip to content

Instantly share code, notes, and snippets.

@Sohail05
Created August 7, 2017 07:41
Show Gist options
  • Save Sohail05/cdb1c6a4291d75172890057ae1bf113c to your computer and use it in GitHub Desktop.
Save Sohail05/cdb1c6a4291d75172890057ae1bf113c to your computer and use it in GitHub Desktop.
Https to git protocal #git #config
#!/bin/bash
# ref: https://git-scm.com/docs/git-config
git config --global url."git://".insteadOf https://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment