报错提示:
fatal: unable to access 'https://github.com/Lsuyun/suyun-react-components.git/': OpenSSL SSL_read: Connection was aborted, errno 10053
解决方案:
输入git config http.sslVerify "false"然后再git push就可以了
本文介绍如何通过配置git设置http.sslVerify为false解决访问https://github.com/Lsuyun/suyun-react-components.git时遇到的OpenSSL SSL_read: Connection was aborted错误,提供了解决方案步骤。
报错提示:
fatal: unable to access 'https://github.com/Lsuyun/suyun-react-components.git/': OpenSSL SSL_read: Connection was aborted, errno 10053
解决方案:
输入git config http.sslVerify "false"然后再git push就可以了
4692

被折叠的 条评论
为什么被折叠?