描述: git clone ...时报错 fatal: unable to access 'https://github.com/github-eliviate/papers.git/': OpenSSL SSL_read: Connection was reset, errno 10054
解决:git config --global http.sslVerify 'false'