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

浏览:24日期:2023-10-17

问题描述

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

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

问题解答

回答1:

实在不知道是哪里出了问题

failed to connect to github.com port 443: Timed out如图,这个的解决方法是git config http.postBuffer 524288000然后就可以强行推版本了但是就算推了 GIT BLOG也不会更新这时其实只要hexo d应该也是可以强行推的但我hexo init之后没有在configure文件里配置deploy的远程仓库,所以导致了远程没有d成功

-------------就这个问题来说,我的解决方法如下----------------1、删除仓库,重新建立仓库2、自动化git page3、然后拉到本地,进行hexo init,npm install,然后复制md文章4、hexo clean,hexo g,配置远程deploy仓库,hexo d然后再刷新博客页面就可以了。

但是仍然不知道为什么今天推新文章的时候会出现超时错误。

相关文章: