
Cloning into 'knowledge-kit'... fatal: unable to access 'https://github.com/FantasticLBP/knowledge-kit/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 git push origin master Counting objects: 44, done. Delta compression using up to 8 threads. Compressing objects: 100% (44/44), done. Writing objects: 100% (44/44), 4.77 MiB | 7.04 MiB/s, done. Total 44 (delta 22), reused 0 (delta 0) error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date 1 clearbug 2018-06-12 14:43:38 +08:00 刚好我也遇到了这个问题。。。请问你解决了吗? |
2 stephenliubp OP @clearbug 没有,初步估计是网络的问题。你换个 DNS 试试看。8.8.8.8 |
3 stephenliubp OP @clearbug 我那天过了会试试看发现好了 |
4 jianpanxia 2018-07-30 16:52:22 +08:00 遇到类似问题,发现真是网络问题导致的。 我的解决办法是: ``` $ http_proxy="" https_proxy="" git push origin master ``` |