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/"
Thanks