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

相关推荐
eduics11 分钟前
Pull Request 中提示`commits incorrectly signed off`
gitee·github
养鱼的程序员2 小时前
零基础搭建个人网站:从 Astro 框架到 GitHub 自动部署完全指南
前端·后端·github
mortimer5 小时前
Python GUI 应用启动优化实战:从3分钟到“秒开”的深度历程
python·github·pyqt
三道杠卷胡6 小时前
【AI News | 20250804】每日AI进展
人工智能·python·语言模型·github·aigc
微凉的衣柜6 小时前
GitHub Models:为开源AI项目解决推理难题,让AI更易用、更普及
人工智能·开源·github
华洛6 小时前
关于可以控制大模型提升任意产品的排名这件事📈
前端·github·产品经理
Sosse7 小时前
Mac电脑中git更改帐号密码配置后,github远程仓库拉取项目仍出现Repository not found.
github
艾迪的技术之路8 小时前
Superset安装步骤
后端·面试·github
油泼辣子多加11 小时前
2025年08月04日Github流行趋势
github
喵叔哟11 小时前
37.【.NET8 实战--孢子记账--从单体到微服务--转向微服务】--扩展功能--增加Github Action
微服务·github·.net