fatal: unable to access 'https://github.com/happyfish100/fastdfs.git/': Failed connect to github.com:443; Connection refused
解决办法:
##发生这种情况是git设置了代理,取消代理即可 [root@hya ~]# git config --global --unset http.proxy [root@hya ~]# git config --global --unset https.proxy
就可以了


浙公网安备 33010602011771号