Rewrite any git:// urls to be https:// but, it won't touch sshurls (git@github.com:)
git config --global url."https://github".insteadOf git://githubUse ssh instead of https://
git config --global url."git@github.com:".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.