Getting fatal error at the time of - git pull - SSL routines:SSL3_GET_RECORD

依然范特西╮ 提交于 2019-12-17 20:34:14

问题


I am getting error at the time of - git pull , Error is “ Fatal: unable to access 'https://github.com/repository.git/': error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number?” . Please suggest solution.


回答1:


The Op mentions

my problem is fixed. Internet speed was very slow so issue occurs.

But do also consider that GitHub disabled just yesterday (Feb. 22 2018) deprecated algorithms:

  • TLSv1/TLSv1.1: This applies to all HTTPS connections, including web, API, and git connections to https://github.com and https://api.github.com.
  • diffie-hellman-group1-sha1: This applies to all SSH connections to github.com
  • diffie-hellman-group14-sha1: This applies to all SSH connections to github.com

Upgrading to the latest Git should be enough to not be no




回答2:


This is your repository's server issue (of SSL certificate). Better contact repository administrator. By the way try accessing ssh URL of the same repository (if you have access).



来源:https://stackoverflow.com/questions/48920416/getting-fatal-error-at-the-time-of-git-pull-ssl-routinesssl3-get-record

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!