当前位置:   article > 正文

git clone的时候SSL错误:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054_airtest error10054

airtest error10054

错误内容:

Administrator@SK-20210802HTTN MINGW64 ~/Desktop/码云
$ git clone https://github.com/AirtestProject/Airtest.git
Cloning into ‘Airtest’…
fatal: unable to access ‘https://github.com/AirtestProject/Airtest.git/’: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

解决办法

1.将https替换成git
$ git clone git://github.com/AirtestProject/Airtest.git

2.执行命令:
git config http.sslVerify “false”;
git config --global http.sslVerify “false”

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号