Git 报错:fatal: unable to access '...': OpenSSL SSL_read: Connection was reset, errno 10054

我在 github 上搞了一个 demo 的项目,然后今天正常提交 code 发现有个报错如下:

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

于是找了个命令,解决了这个问题

PS D:\My-Code> git config --global --unset http.proxy
PS D:\My-Code> git config --global --unset https.proxy

你可能感兴趣的:(Git 报错:fatal: unable to access '...': OpenSSL SSL_read: Connection was reset, errno 10054)