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/"
Any way to debug this? I'm trying to set something up for 'go install' to use a private repository and personal access token, but I can never tell if it is being called or not.