Skip to content

Instantly share code, notes, and snippets.

@boyanxu
Forked from Kovrinic/.gitconfig
Created March 8, 2022 15:10
Show Gist options
  • Save boyanxu/136f6155aaa66feed519e1f79c810eba to your computer and use it in GitHub Desktop.
Save boyanxu/136f6155aaa66feed519e1f79c810eba to your computer and use it in GitHub Desktop.
git global url insteadOf setup
# one or the other, NOT both
[url "https://github"]
insteadOf = git://github
# or
[url "[email protected]:"]
insteadOf = git://github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment