版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/Thump123/article/details/122849998
s@s-virtual-machine:~$ git clone https://github.com/OpenKinect/libfreenect2.git
正克隆到 'libfreenect2'...
fatal: 无法访问 'https://github.com/OpenKinect/libfreenect2.git/':Failed to connect to github.com port 443: 拒绝连接
通过大佬的方法可以运行了
方法:
例如 git clone https://github.com/aboul3la/Sublist3r.git 直接进行clone 出现fatal:无法访问的问题
直接在 中间加上 gitclone.com/
例如 git clone https://gitclone.com/github.com/aboul3la/Sublist3r.git
问题得到解决

文章讲述了作者遇到的Gitclone到GitHub库(如libfreenect2)时的SSL连接失败问题,通过在URL中添加`gitclone.com`作为代理,解决了无法连接到GitHub的问题。





