V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
stephenliubp
V2EX  ›  GitHub

git 提交到 github 有问题

  •  
  •   stephenliubp ·
    FantasticLBP · 2018-06-11 10:28:26 +08:00 · 4503 次点击
    这是一个创建于 2143 天前的主题,其中的信息可能已经有所发展或是发生改变。

    clone

    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 
    

    push

    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
    
    4 条回复    2018-07-30 16:52:22 +08:00
    clearbug
        1
    clearbug  
       2018-06-12 14:43:38 +08:00
    刚好我也遇到了这个问题。。。请问你解决了吗?
    stephenliubp
        2
    stephenliubp  
    OP
       2018-06-13 08:49:50 +08:00
    @clearbug 没有,初步估计是网络的问题。你换个 DNS 试试看。8.8.8.8
    stephenliubp
        3
    stephenliubp  
    OP
       2018-06-13 08:50:14 +08:00   ❤️ 1
    @clearbug 我那天过了会试试看发现好了
    jianpanxia
        4
    jianpanxia  
       2018-07-30 16:52:22 +08:00
    遇到类似问题,发现真是网络问题导致的。
    我的解决办法是:

    ```
    $ http_proxy="" https_proxy="" git push origin master
    ```
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3293 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 13:45 · PVG 21:45 · LAX 06:45 · JFK 09:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.