fatal: unable to access ‘https://github.com/heng0815/react-app.git/‘

在把项目提交到github仓库遇到了一下问题

执行git push后,终端提示:

复制代码
fatal: unable to access 'https://github.com/heng0815/react-app.git/': Failed to connect to 127.0.0.1 port 8087 after 0 ms: Couldn't connect to server

参考了这个网站:https://stackoverflow.com/questions/27087483/how-to-resolve-git-pull-fatal-unable-to-access-https-github-com-empty

执行这个之后:

复制代码
git config --global --unset http.proxy

再次执行git push,提交成功

相关推荐
darkb1rd3 小时前
bumblebee:供应链安全本地扫描实战指南
开源·github·好物分享
解道Jdon6 小时前
[Budi插件:VsCode状态栏显示Copilot使用情况
ide·windows·git·svn·eclipse·github·visual studio
百度地图开放平台8 小时前
我用百度地图 Skills 体系重构了物流调度系统,节省了 90% 的人力
前端·github
Hommy8813 小时前
【剪映小助手】贴纸搜索接口
开源·github·aigc·剪映小助手·视频剪辑自动化
vortex514 小时前
GitHub 开源信息搜索指南:Web 语法与 CLI 工具
开源·github
vortex515 小时前
Kali Linux 安装与使用 GitHub CLI (gh)教程
linux·运维·github
qcx2316 小时前
【AI Daily】AI日报 | 2026-05-24
ai·llm·github·论文·agent
阿里嘎多学长16 小时前
2026-05-24 GitHub 热点项目精选
开发语言·程序员·github·代码托管
CoderJia程序员甲17 小时前
GitHub 热榜项目 - 周榜(2026-05-24)
ai·llm·github·ai教程
星栈独行17 小时前
别让 API 跳去登录页:我在 Axum 里做了认证失败双通道
前端·后端·rust·开源·github·个人开发