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

相关推荐
Galerkin码农选手几秒前
github合并多个commit message以及rebase解决文件冲突
github
hac132230 分钟前
利用GitHub Pages快速部署前端框架静态网页
前端框架·github
程序员晚枫9 小时前
又给腾讯贡献了一段代码:从 `%` 格式化到 f-string 的改进
python·开源·github
斯普信专业组9 小时前
Ceph与Bacula运维实战:数据迁移与备份配置优化指南
运维·ceph·github
HelloGitHub10 小时前
想让你多爱自己一些的开源计时器
开源·github
宅小海11 小时前
11 配置Hadoop集群-免密登录
大数据·hadoop·github
雨声不在20 小时前
用mkdocs写文档#自动更新github-page
github
曹天骄21 小时前
DaemonSet 与 Deployment 的主要区别
github
遇到困难睡大觉哈哈1 天前
hexo+GitHub Pages搭建个人博客完整教程
github
uhakadotcom1 天前
快速构建交互式数据应用:Streamlit入门指南
后端·面试·github