MeetYouDevs / cocoapods-imy-bin

1.05k stars 245 forks source link

fatal: unable to access 'xxx': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 #173

Closed malgee012 closed 3 years ago

malgee012 commented 3 years ago

Updating the `binary_spec' repo 更新这一步报错了

fatal: unable to access 'xxx': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 怎么搞呀

malgee012 commented 3 years ago

Updating the `binary_spec' repo 更新这一步报错了

fatal: unable to access 'xxx': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 怎么搞呀

执行这句 就不报这个错了

git config --global --add remote.origin.proxy ""
malgee012 commented 3 years ago

Updating the `binary_spec' repo 更新这一步报错了 fatal: unable to access 'xxx': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 怎么搞呀

执行这句 就不报这个错了

git config --global --add remote.origin.proxy ""

这样的解决方式第一次管用, 多次不太管用, 有知道其他解决方案的吗?

malgee012 commented 3 years ago

这个问题我的解决了,设置代理端口完成的, 还有其他解决方案 不过不适合我的情况, 我写成简书记录了, 链接在【这里