Rewrite any git://
urls to be https://
but, it won't touch ssh
urls ([email protected]:
)
git config --global url."https://github".insteadOf git://github
Use ssh
instead of https://
git config --global url."[email protected]:".insteadOf "https://github.com/"
sauce: https://gist.github.com/grawity/4392747 & @hansdg1