將 “git://” 轉換成 “https://”

最近發現在公司無法使用 git://
應該是某些 port 被 firewall 擋下來了
只好將 “git://” 轉換成 “https://”
git config --global url."https://".insteadOf git://