【vscode】 unable to connect to github.com

复制代码
 error Error while executing:
3944 error C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
3944 error
3944 error fatal: unable to connect to github.com:
3944 error github.com[0: 20.205.243.166]: errno=Unknown error
3944 error
3944 error
3944 error exited with error code: 128
3945 verbose exit [ 1, true ]

npm config edit

proxy=http://username:password@proxy_host:proxy_port

有效果,: 从流量 来看

但还是报

error C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git

怀疑是git 不行

复制代码

git config --global https.proxy https://username:password@proxy_host:proxy_port ​​​​​​​

用下列命令来查看

git config --global --get http.proxy

git config --global --unset http.proxy

git config --global --unset https.proxy

相关推荐
程序员爱德华5 分钟前
VSCode git/gerrit解冲突
git·vscode·gerrit
xiezhr27 分钟前
官方文档像天书?这本开源的 WorkBuddy"蓝皮书",或许更适合小白入门
ai·github·开源软件·ai agent·workbuddy
wangruofeng9 小时前
8 小时 10000 星,xAI 把内部编码 Agent 开源了:Grok Build 的架构拆解
开源·github·aigc
胡萝卜术9 小时前
RAG 的知识炼油厂:从原始网页到可检索知识块的工程化之路
面试·架构·github
GoGeekBaird9 小时前
我用 BeeWeave 跑完了一次完整写作闭环
后端·github
wangruofeng10 小时前
2026 年 7 月 GitHub 趋势观察:Skills 生态爆发,744B MoE 跑进消费级机器
github·aigc·ai编程
疏狂难除14 小时前
JetBrains IDE插件开发教程(五)——File Header
ide·kotlin
风向决定发型d78214 小时前
Github Copilot 新手极速上手指南
人工智能·github·copilot
有想法的py工程师15 小时前
GPG 密钥迁移指南:多私钥备份、批量导入与自动信任
git·github