解决fatal: unable to connect to github.com: github.com[0: 20.205.243.166]: errno=连接超时
输入下面命令行
pip install "git+git://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib"
出现错误
解决方法:输入命令
git config --global url."https://github.com".insteadOf git://github.com
如下所示
然后再输入原始命令
即安装成功。
参考链接:https://blog.csdn.net/qq_44157558/article/details/126299709