Git下载拒绝连接
执行:git config --global url."https://".insteadOf git://
Cloning into 'k8s-ha-install'...
fatal: unable to access 'https://github.com/dotbalo/k8s-ha-install.git/': Failed connect to github.com:443; Connection refused
如果还是不行把“https”换成git
效果: