git push出现的连接问题

fatal: unable to access 'https://github.com/xxxxx': OpenSSL SSL_read: Connection was reset, errno 10054

解决方法: git config --global http.sslVerify "false"