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,提交成功

相关推荐
独自破碎E25 分钟前
下载 GitHub 仓库「单个文件夹」的方法
github
大厂技术总监下海1 小时前
“Today I Learned”(TIL):一种比写博客更可持续的知识沉淀习惯
大数据·开源·github
掘金安东尼6 小时前
⏰前端周刊第 448 期(2026年1月4日-1月10日)
前端·面试·github
掘金安东尼7 小时前
向大家介绍《开发者博主联盟》🚀
前端·程序员·github
梅羽落8 小时前
fastapi速成2
python·github·fastapi
程序员Agions8 小时前
你的.env 文件,可能正在 GitHub 上裸奔
github
CoderJia程序员甲11 小时前
GitHub 热榜项目 - 日榜(2026-1-15)
开源·大模型·llm·github·ai教程
一颗青果11 小时前
TCP全连接队列与抓包
网络·tcp/ip·github
想用offer打牌12 小时前
非常好用的工具: curl
java·后端·github
散峰而望13 小时前
【算法竞赛】队列和 queue
开发语言·数据结构·c++·算法·链表·github·线性回归