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

相关推荐
CPU NULL32 分钟前
Claude Code/Codex在WSL下粘贴图片的工具
github·开源软件
一勺-_-1 小时前
如何在本地把文件上传到GitHub(超过2个G)
github
CoderJia程序员甲17 小时前
GitHub 热榜项目 - 日榜(2025-12-4)
ai·开源·大模型·github·ai教程
青瓷看世界18 小时前
鸿蒙开发时AI编程工具codeGenie与Github Copilot的区别
github·copilot·ai编程·harmonyos·codegenie
逛逛GitHub19 小时前
10 个 YYDS 的技巧:Google 官方教你用 Nano Banana Pro
github
深圳市恒讯科技19 小时前
美国服务器备份策略:快照、异地备份与恢复演练指南
运维·服务器·github
yoyo君~20 小时前
本地仓库推送到github
学习·github·无人机
帅得不敢出门20 小时前
Android8 Framework实现Ntp服务器多域名轮询同步时间
android·java·服务器·python·framework·github
一点一木21 小时前
🚀 2025 年 11 月 GitHub 十大热门项目排行榜 🔥
前端·人工智能·github
没头脑的男大1 天前
Github上传大文件方式,适合小白
github