RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054   问题解决

 

有时在使用 git clone 或 git get 时会遇到以下错误:

error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

 

只需要设置Git忽略ssl证书错误即可,使用下面的命令:

git config --global http.sslVerify "false"

 

再次执行 git clone

 

参考来源:https://blog.csdn.net/qq_37904209/article/details/104054992

相关文章:

  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-07-09
相关资源
相似解决方案