报错
fatal: unable to access 'https://github.com/xinhuo2001/ossys_team/': OpenSSL SSL_read: Connection was reset, errno 10054
解决
git config --global http.sslVerify false
关闭SSL认证