Rewrite any git:// urls to be https:// but, it won't touch sshurls ([email protected]:)
git config --global url."https://github".insteadOf git://githubUse ssh instead of https://
git config --global url."[email protected]:".insteadOf "https://github.com/"
I am trying to do the same to remove old entries also with no luck. This pattern or [value_regex] as described in the document doesn't seem to work these url overrides.