SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

后端 未结 14 1254
傲寒
傲寒 2020-11-30 00:08

Since a few days I got an issue with Mac OS High Sierra 10.13.3 : When I run a git clone like git clone github.com/xxx.git failed it print:

14条回答
  •  被撕碎了的回忆
    2020-11-30 00:25

    From https://github.com/Homebrew/brew/issues/4436#issuecomment-403194892

    Issue solved by setting this env variable:

    export HOMEBREW_FORCE_BREWED_CURL=1
    

提交回复
热议问题