报错提示:
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就可以了
报错提示:
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就可以了