问题记录github push 失败:Failed to connect to github.com port 443
Posted 黑子Kuroko
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了问题记录github push 失败:Failed to connect to github.com port 443相关的知识,希望对你有一定的参考价值。
记录一下奇奇怪怪的问题,反复出现。
问题描述:
苹果电脑开了本地代理,github push操作总是失败,提示如下:
> git pull --tags origin main
fatal: unable to access 'https://github.com/fifteen718/share-demos.git/': Failed to connect to github.com port 443: Operation timed out
解决办法:
依次执行以下两条命令(本地依旧开着代理的情况下)
git config --global --unset http.proxy
git config --global --unset https.proxy
关于其中原理,欢迎评论区留言讨论 ↓↓↓
以上是关于问题记录github push 失败:Failed to connect to github.com port 443的主要内容,如果未能解决你的问题,请参考以下文章
问题记录github push 失败:Failed to connect to github.com port 443
错误记录Android Studio 向 GitHub 提交代码报错 ( Push failed: Failed with error: Could not read | 使用命令行提交代码 )(代码
错误记录Android Studio 向 GitHub 提交代码报错 ( Push failed: Failed with error: Could not read | 使用命令行提交代码 )(代码
Git 技术篇 - 同步代码到github失败,提示non-fast-forwarderror: failed to push some refs to问题解决方法,git pull的用法
错误记录Android Studio 向 GitHub 提交代码报错 ( Push failed: Failed with error: Could not read from remote )(代码
错误记录Android Studio 向 GitHub 提交代码报错 ( Push failed: Failed with error: Could not read from remote )(代码