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

相关推荐
dong_junshuai2 小时前
每天一个开源项目#68 Needle:14MB 工具调用小模型装进口袋设备
程序员·开源·github
向上的车轮6 小时前
GitHub Actions 自动化运维实战:Rust 全栈项目 CI/CD 至华为云
运维·自动化·github
MicrosoftReactor9 小时前
技术速递|GitHub Copilot App 中的堆叠会话与拉取请求
ai·github·copilot·agent
dong_junshuai9 小时前
每天一个开源项目#67 Orca:4.3万星的并行 AI 编程控制台
程序员·开源·github
峰向AI10 小时前
AI 画图要好看,还是要可信?小孩子才做选择,我两个都要!
github
ZJU_统一阿萨姆11 小时前
【Git】Github 开源许可证详解
git·开源·github
fthux19 小时前
装闭 RenoPit 源码解析(07):装修闭坑知识库与AI Prompt构建
人工智能·ai·开源·github·open source·renopit
fthux1 天前
装闭 RenoPit 源码解析(06):SSE如何实时推送AI装修分析进度
人工智能·ai·开源·github·open source·renopit
是烨笙啊1 天前
拯救 GitHub stars 体验:从 Agent Skill 到浏览器插件
github