【Git clone出错】fatal: unable to access ‘http://github.com/XXX‘: Connection was reset, errno 10054
question:fatal: unable to access ‘http://github.com/XXX’: OpenSSL SSL_read: Connection was reset, errno 10054solution:将命令行里的http或https改为git,再重新执行。例如:git clone https://github.com/facebookresearch/detectron2.git改为:git clone git://github.com/facebookr