错误信息:
fatal: unable to access 'https://github.com/JackieZheng/**.git/': OpenSSL SSL_read: Connection was reset, errno 10054
清除代理即可
git config --global --unset http.proxy
git config --global --unset https.proxy