使用git push命令提交更改报错 fatal: unable to access ‘http://github.com/xxxxxx/‘: OpenSSL SSL_read: Connection

使用git push命令提交更改报错 fatal: unable to access 'http://github.com/xxxxxx/': OpenSSL SSL_read: Connection was reset, errno 10054

最近学习使用vscode中的git操作方法,遇到了一些问题,花了不时间来寻找解决方法,好不容易解决了,就把我的方法记录下来,希望可以给其他遇到该问题的小伙伴一些参考。
报错具体信息,我是以下两个问题交替出现:

fatal: unable to access 'http://github.com/haoah316/minimall.git/': OpenSSL SSL_read: Connection was reset, errno 10054

或者

fatal: unable to access 'https://github.com/haoah316/minimall.git/': Failed to connect to github.com port 443: Timed out

关于别人给出的解决git push报10054或443错误的方法

  1. 查询并取消代理
git config --global http.proxy
git config --global --unset http.proxy
  1. 解除ssl验证
 git config --global http.sslVerify "false"
  1. 将项目中.git文件夹下的config文件中的url中的https改为http
 https://github.com/xxxx.git

改为

 http://github.com/xxxx.git

以上方法并没有解决我的问题。。。

我的解决方法

受上面的第三种解决方法的启发,我将.git文件夹下的config文件中的url的内容也进行了修改
把原来的https方式

 https://github.com/xxxx.git

改为ssh方式

git@github.com:xxxx.git

ssh格式的内容可以到github中获取
最后保存config文件,再次push就成功了。

  • 8
    点赞
  • 19
    收藏
    觉得还不错? 一键收藏
  • 6
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值