【无标题】

git报错信息

git:fatal: unable to connect to github.com:github.com[0:20.205.243.166]: errno=Unknown error

之前网上的 说的 使用了下面的操作 导致 一直报错 上面的错

git config --global url.https://github.com/.insteadOf git://github.com/

然后查看git配置

git config --global --list

发现如下信息 下面红框是多出来的 那么只有清除就应该可以清除报错信息了吧

分别执行下面的

git config --global --unset url.git://github.com/.insteadof
git config --global --unset url.https://github.com/.insteadof
git config --global --unset url.https://.insteadof

看看配置

已经去除 成功 完美解决问题

git:fatal: unable to connect to github.com:github.com[0:20.205.243.166]: errno=Unknown error

相关推荐
嗡嗡嗡qwq35 分钟前
【如何使用vscode+github copilot会更加省额度】
vscode·github·copilot
php_kevlin1 小时前
git提交限制规范
大数据·git·elasticsearch
安大小万1 小时前
Git 常用命令终极指南:从入门到进阶
git
摇滚侠1 小时前
GIT 代码冲突 git pull 和 git pull rebase 的区别,保持提交记录的线性整齐
git
汪海游龙1 小时前
03.25 AI 精选:Wine 11重写内核层提速跑Windows游戏
github
研究点啥好呢2 小时前
3月24日GitHub热门项目推荐|让AI无所不能
人工智能·python·开源·github
Timer@2 小时前
TypeScript + React + GitHub Actions:我是如何打造全自动化 AI 资讯系统的 - 已开源
react.js·typescript·github
badhope2 小时前
Matplotlib实战30例:全类型图表代码库
人工智能·python·plotly·github·matplotlib
badhope2 小时前
最小二乘与最速下降法实战解析
人工智能·机器学习·plotly·github·matplotlib
CoderJia程序员甲2 小时前
GitHub 热榜项目 - 日榜(2026-03-24)
人工智能·ai·大模型·github·ai教程