github.com port 443 问题

排查

  1. 查看 git 配置
shell 复制代码
 	git config --global -l
  1. 查看 windows 代理
    设置 搜索 代理 查看 端口6789
  2. 设置 git 代理端口为系统代理端口
shell 复制代码
	git config --global http.proxy 127.0.0.1:6789
	git config --global https.proxy 127.0.0.1:6789
  1. 若系统无代理, 则移除 git 代理
shell 复制代码
# 移除代理
git config --global --unset http.proxy
git config --global --unset https.proxy

参考

https://blog.csdn.net/qq_40296909/article/details/134285451

相关推荐
漂亮_大男孩8 小时前
Git|GitHub SSH 连接配置与验证全流程(通用方法)
git·ssh·github
知行力10 小时前
【GitHub每日速递 251011】无需注册!本地开源AI应用构建器Dyad,跨平台速下载!
人工智能·开源·github
CoderJia程序员甲10 小时前
GitHub 热榜项目 - 日榜(2025-10-09)
ai·开源·大模型·github·ai教程
SelectDB1 天前
Apache Doris 内部数据裁剪与过滤机制的实现原理
数据库·数据分析·github
SelectDB1 天前
岚图汽车 x Apache Doris : 海量车联网数据实时分析实践
数据分析·github·数据可视化
一路向北_Coding1 天前
Git系列之关联远程仓库
git·github
最好结果1 天前
GitHub fork仓库同步原仓库tags(标签)的详细教程
git·github
kk有理想1 天前
🚀 GitHub Actions 自动化:Commit 推送后自动发送邮件通知
github
mortimer1 天前
从预处理到合成:基于pySide6的视频翻译多线程流水线架构详解
python·github