V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
stephenliubp
V2EX  ›  GitHub

git 提交到 github 有问题

  •  
  •   stephenliubp ·
    FantasticLBP · Jun 11, 2018 · 5040 views
    This topic created in 2877 days ago, the information mentioned may be changed or developed.

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

    ```
    $ http_proxy="" https_proxy="" git push origin master
    ```
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1217 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 52ms · UTC 17:52 · PVG 01:52 · LAX 10:52 · JFK 13:52
    ♥ Do have faith in what you're doing.