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

 

就可以了

 

 

 

posted @ 2022-07-31 23:29  大大怪下士  阅读(177)  评论(0)    收藏  举报