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

相关推荐
老马啸西风7 小时前
sensitive-word-admin v2.0.0 全新 ui 版本发布!vue+前后端分离
vue.js·ui·ai·nlp·github·word
是代码侠呀8 小时前
飞蛾扑火算法matlab实现
开发语言·算法·matlab·github·github star·github 加星
大龄牛码10 小时前
GitHub打开缓慢甚至失败的解决办法
github
柯ran14 小时前
JSON|cJSON 介绍以及具体项目编写
c语言·链表·json·github
正经教主15 小时前
【问题】Watt加速github访问速度:好用[特殊字符]
github·watt
wumu_Love15 小时前
git 报错:错误:RPC 失败。curl 28 Failed to connect to github.com port 443 after 75000
git·rpc·github
qianmoQ1 天前
GitHub 趋势日报 (2025年05月09日)
github
是代码侠呀1 天前
HTTP 的发展史:从前端视角看网络协议的演进
前端·网络协议·http·开源·github·github star·github 加星
jz_ddk2 天前
[学习]RTKLib详解:rtksvr.c与streamsvr.c
c语言·学习·github
是代码侠呀2 天前
让Promise飞,让github star 飞
python·开源·github·github star·github 加星