Closed robertgzr closed 4 years ago
Switch from using git config --get remote.origin.url to git ls-remote --get-url origin which resolves configs like this:
git config --get remote.origin.url
git ls-remote --get-url origin
[url "git@github.com:"] insteadOf = "gh:" insteadOf = "https://github.com/" pushInsteadOf = "github:" pushInsteadOf = "git://github.com/"
Switch from using
git config --get remote.origin.url
togit ls-remote --get-url origin
which resolves configs like this: