Home  >  Q&A  >  body text

failed to connect to github.com port 443: Timed out


failed to connect to github.com port 443: Timed out
如图,除了对这个仓库操作不行,其他仓库操作都可以。
如果强行推的话,就会这样:

巴扎黑巴扎黑2751 days ago977

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-02 09:22:01

    I really don’t know what went wrong


    As shown in the picture, the solution to this is
    git config http.postBuffer 524288000
    Then you can force the version to be pushed
    But even if GIT BLOG is pushed, it will not be updated
    At this time, in fact, as long as hexo d can be forcibly pushed
    But I did not configure the deploy remote warehouse in the configure file after hexo init, so the remote did not succeed

    -------------As for this problem, my solution is as follows----------------
    1. Delete the warehouse and re-create the warehouse
    2. Automate git page
    3. Then pull it to the local area, perform hexo init, npm install, and then copy the md article
    4. hexo clean, hexo g, configure remote deploy warehouse, hexo d
    Then just refresh the blog page.

    But I still don’t know why a timeout error occurred when pushing a new article today.

    reply
    0
  • Cancelreply