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

前端 未结 3 467
轻奢々
轻奢々 2020-12-10 17:46

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 v

3条回答
  •  再見小時候
    2020-12-10 18:27

    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).

提交回复
热议问题