git提交报错:fatal: unable to access 'https://github.com/xxxx.git/': OpenSSL SSL_read: Connection was reset, errno 10054

一 /现象

 

 

二/原因 

因为git在拉取或者提交项目时,中间会有git的http和https代理,但是我们本地环境本身就有SSL协议了,所以取消git的https代理即可,不行再取消http的代理

 

三/解决方法

在项目文件夹的cmd命令行窗口输入取消http 与 https的代理

 

 

四/结果

重新commit与push 成功

posted @ 2022-10-06 01:25  lili414  阅读(761)  评论(0编辑  收藏  举报