发布时间:2023-08-10 13:00
使用git时,获取github指定项目出现下面报错时:
$ git clone https://github.com/gasvn/Res2Net.git
Cloning into \'Res2Net\'...
fatal: unable to access \'https://github.com/gasvn/Res2Net.git/\': OpenSSL SSL_read: Connection was reset, errno 10054
解决方法:链接中的https改写为git
git clone git://github.com/gasvn/Res2Net.git