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

相关推荐
sunny_liangzilong8 小时前
为何 git 默认是 master分支,而github默认是main分支(DeepSeek问答)
git·github
go546315846514 小时前
指导初学者使用Anaconda运行GitHub上One - DM项目的步骤
github
时光追逐者1 天前
Visual Studio使用GitHub Copilot提高.NET开发工作效率
c#·github·.net·copilot·ai编程·微软技术·visual studio
油泼辣子多加1 天前
2025年02月01日Github流行趋势
github
萨文 摩尔杰1 天前
hexo部署到github page时,hexo d后page里面绑定的个人域名消失的问题
github
油泼辣子多加2 天前
2025年01月31日Github流行趋势
github
Ronin-Lotus3 天前
上位机知识篇---Git&GitHub
git·学习·github
AI悦创|编程1v13 天前
GitHub Actions定时任务配置完全指南:从Cron语法到实战示例
github
**kwargs3 天前
ssh密钥登录GitHub时一直提示“Error: Permission denied (publickey)”
运维·ssh·github
dreadp3 天前
解锁豆瓣高清海报:深度爬虫与requests进阶之路
前端·爬虫·python·beautifulsoup·github·requests